@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionalConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Details about a provisional configuration.
| Constructor and Description |
|---|
ProvisionalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ProvisionalConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxTimeToLiveInMinutes()
Maximum time for the provisional configuration, in minutes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)
Maximum time for the provisional configuration, in minutes.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionalConfiguration |
withMaxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)
Maximum time for the provisional configuration, in minutes.
|
public void setMaxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)
Maximum time for the provisional configuration, in minutes.
maxTimeToLiveInMinutes - Maximum time for the provisional configuration, in minutes.public Integer getMaxTimeToLiveInMinutes()
Maximum time for the provisional configuration, in minutes.
public ProvisionalConfiguration withMaxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)
Maximum time for the provisional configuration, in minutes.
maxTimeToLiveInMinutes - Maximum time for the provisional configuration, in minutes.public String toString()
toString in class ObjectObject.toString()public ProvisionalConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.