@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelClientConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configures the timeout and maximum number of retries for processing a transform job invocation.
| Constructor and Description |
|---|
ModelClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
ModelClientConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getInvocationsMaxRetries()
The maximum number of retries when invocation requests are failing.
|
Integer |
getInvocationsTimeoutInSeconds()
The timeout value in seconds for an invocation request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInvocationsMaxRetries(Integer invocationsMaxRetries)
The maximum number of retries when invocation requests are failing.
|
void |
setInvocationsTimeoutInSeconds(Integer invocationsTimeoutInSeconds)
The timeout value in seconds for an invocation request.
|
String |
toString()
Returns a string representation of this object.
|
ModelClientConfig |
withInvocationsMaxRetries(Integer invocationsMaxRetries)
The maximum number of retries when invocation requests are failing.
|
ModelClientConfig |
withInvocationsTimeoutInSeconds(Integer invocationsTimeoutInSeconds)
The timeout value in seconds for an invocation request.
|
public void setInvocationsTimeoutInSeconds(Integer invocationsTimeoutInSeconds)
The timeout value in seconds for an invocation request.
invocationsTimeoutInSeconds - The timeout value in seconds for an invocation request.public Integer getInvocationsTimeoutInSeconds()
The timeout value in seconds for an invocation request.
public ModelClientConfig withInvocationsTimeoutInSeconds(Integer invocationsTimeoutInSeconds)
The timeout value in seconds for an invocation request.
invocationsTimeoutInSeconds - The timeout value in seconds for an invocation request.public void setInvocationsMaxRetries(Integer invocationsMaxRetries)
The maximum number of retries when invocation requests are failing.
invocationsMaxRetries - The maximum number of retries when invocation requests are failing.public Integer getInvocationsMaxRetries()
The maximum number of retries when invocation requests are failing.
public ModelClientConfig withInvocationsMaxRetries(Integer invocationsMaxRetries)
The maximum number of retries when invocation requests are failing.
invocationsMaxRetries - The maximum number of retries when invocation requests are failing.public String toString()
toString in class ObjectObject.toString()public ModelClientConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.