@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
KeepAlivePeriodInSeconds value specified in the ResourceConfig to update. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
The
KeepAlivePeriodInSeconds value specified in the ResourceConfig to update. |
String |
toString()
Returns a string representation of this object.
|
ResourceConfigForUpdate |
withKeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
The
KeepAlivePeriodInSeconds value specified in the ResourceConfig to 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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.