@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailoverPrimaryComputeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
FailoverPrimaryComputeRequest() |
Modifier and Type | Method and Description |
---|---|
FailoverPrimaryComputeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The unique identifier of the cluster for which the primary compute unit will be failed over to another
Availability Zone.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which the primary compute unit will be failed over to another
Availability Zone.
|
String |
toString()
Returns a string representation of this object.
|
FailoverPrimaryComputeRequest |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which the primary compute unit will be failed over to another
Availability Zone.
|
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, withSdkRequestTimeout
public void setClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which the primary compute unit will be failed over to another Availability Zone.
clusterIdentifier
- The unique identifier of the cluster for which the primary compute unit will be failed over to another
Availability Zone.public String getClusterIdentifier()
The unique identifier of the cluster for which the primary compute unit will be failed over to another Availability Zone.
public FailoverPrimaryComputeRequest withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which the primary compute unit will be failed over to another Availability Zone.
clusterIdentifier
- The unique identifier of the cluster for which the primary compute unit will be failed over to another
Availability Zone.public String toString()
toString
in class Object
Object.toString()
public FailoverPrimaryComputeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()