@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 zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you updated the zonal autoshift configuration for.
|
void |
setZonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
|
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 zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
|
UpdateZonalAutoshiftConfigurationResult |
withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
|
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 zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.ZonalAutoshiftStatuspublic String getZonalAutoshiftStatus()
The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationResult withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationResult withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.ZonalAutoshiftStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateZonalAutoshiftConfigurationResult clone()
Copyright © 2024. All rights reserved.