@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateZonalAutoshiftConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateZonalAutoshiftConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateZonalAutoshiftConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
The identifier for the resource that you updated the zonal autoshift configuration for.
|
String |
getZonalAutoshiftStatus()
The updated zonal autoshift status for the resource.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you updated the zonal autoshift configuration for.
|
void |
setZonalAutoshiftStatus(String zonalAutoshiftStatus)
The updated zonal autoshift status for the resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateZonalAutoshiftConfigurationResult |
withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you updated the zonal autoshift configuration for.
|
UpdateZonalAutoshiftConfigurationResult |
withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The updated zonal autoshift status for the resource.
|
UpdateZonalAutoshiftConfigurationResult |
withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The updated zonal autoshift status for the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateZonalAutoshiftConfigurationResult()
public void setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier - The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is
the Amazon Resource Name (ARN) for the resource.public String getResourceIdentifier()
The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
public UpdateZonalAutoshiftConfigurationResult withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier - The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is
the Amazon Resource Name (ARN) for the resource.public void setZonalAutoshiftStatus(String zonalAutoshiftStatus)
The updated zonal autoshift status for the resource.
zonalAutoshiftStatus - The updated zonal autoshift status for the resource.ZonalAutoshiftStatuspublic String getZonalAutoshiftStatus()
The updated zonal autoshift status for the resource.
ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationResult withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The updated zonal autoshift status for the resource.
zonalAutoshiftStatus - The updated zonal autoshift status for the resource.ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationResult withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The updated zonal autoshift status for the resource.
zonalAutoshiftStatus - The updated zonal autoshift status for the resource.ZonalAutoshiftStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateZonalAutoshiftConfigurationResult clone()