@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateZonalAutoshiftConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateZonalAutoshiftConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateZonalAutoshiftConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
The identifier for the resource that you want to update the zonal autoshift configuration for.
|
String |
getZonalAutoshiftStatus()
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to update the zonal autoshift configuration for.
|
void |
setZonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
|
String |
toString()
Returns a string representation of this object.
|
UpdateZonalAutoshiftConfigurationRequest |
withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to update the zonal autoshift configuration for.
|
UpdateZonalAutoshiftConfigurationRequest |
withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
|
UpdateZonalAutoshiftConfigurationRequest |
withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateZonalAutoshiftConfigurationRequest()
public void setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier - The identifier for the resource that you want to update 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 want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
public UpdateZonalAutoshiftConfigurationRequest withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier - The identifier for the resource that you want to update 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 want to update the zonal autoshift configuration for. Choose
ENABLED to authorize Amazon Web Services to shift away resource traffic for an application from an
Availability Zone during events, on your behalf, to help reduce time to recovery.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
Choose ENABLED to authorize Amazon Web Services to shift away resource traffic for an
application from an Availability Zone during events, on your behalf, to help reduce time to recovery.ZonalAutoshiftStatuspublic String getZonalAutoshiftStatus()
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose
ENABLED to authorize Amazon Web Services to shift away resource traffic for an application from an
Availability Zone during events, on your behalf, to help reduce time to recovery.
ENABLED to authorize Amazon Web Services to shift away resource traffic for an
application from an Availability Zone during events, on your behalf, to help reduce time to recovery.ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationRequest withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose
ENABLED to authorize Amazon Web Services to shift away resource traffic for an application from an
Availability Zone during events, on your behalf, to help reduce time to recovery.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
Choose ENABLED to authorize Amazon Web Services to shift away resource traffic for an
application from an Availability Zone during events, on your behalf, to help reduce time to recovery.ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationRequest withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose
ENABLED to authorize Amazon Web Services to shift away resource traffic for an application from an
Availability Zone during events, on your behalf, to help reduce time to recovery.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
Choose ENABLED to authorize Amazon Web Services to shift away resource traffic for an
application from an Availability Zone during events, on your behalf, to help reduce time to recovery.ZonalAutoshiftStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateZonalAutoshiftConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()