@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() |
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, copyBaseTo, 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.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.ZonalAutoshiftStatuspublic String getZonalAutoshiftStatus()
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationRequest withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.ZonalAutoshiftStatuspublic UpdateZonalAutoshiftConfigurationRequest withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
zonalAutoshiftStatus - The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.ZonalAutoshiftStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateZonalAutoshiftConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.