@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceConfigForUpdate extends Object implements Serializable, Cloneable, StructuredPojo
 The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields in the
 ResourceConfig cannot be updated.
 
| Constructor and Description | 
|---|
| ResourceConfigForUpdate() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceConfigForUpdate | clone() | 
| boolean | equals(Object obj) | 
| Integer | getKeepAlivePeriodInSeconds()
 The  KeepAlivePeriodInSecondsvalue specified in theResourceConfigto update. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setKeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
 The  KeepAlivePeriodInSecondsvalue specified in theResourceConfigto update. | 
| String | toString()Returns a string representation of this object. | 
| ResourceConfigForUpdate | withKeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
 The  KeepAlivePeriodInSecondsvalue specified in theResourceConfigto update. | 
public void setKeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
 The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.
 
keepAlivePeriodInSeconds - The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.public Integer getKeepAlivePeriodInSeconds()
 The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.
 
KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.public ResourceConfigForUpdate withKeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
 The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.
 
keepAlivePeriodInSeconds - The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.public String toString()
toString in class ObjectObject.toString()public ResourceConfigForUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.