@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicateInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ReplicateInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
ReplicateInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getReplicaAlias()
The alias for the replicated instance.
|
String |
getReplicaRegion()
The Amazon Web Services Region where to replicate the Amazon Connect instance.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setReplicaAlias(String replicaAlias)
The alias for the replicated instance.
|
void |
setReplicaRegion(String replicaRegion)
The Amazon Web Services Region where to replicate the Amazon Connect instance.
|
String |
toString()
Returns a string representation of this object.
|
ReplicateInstanceRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ReplicateInstanceRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ReplicateInstanceRequest |
withReplicaAlias(String replicaAlias)
The alias for the replicated instance.
|
ReplicateInstanceRequest |
withReplicaRegion(String replicaRegion)
The Amazon Web Services Region where to replicate the Amazon Connect instance.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in
the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId
, or the entire ARN.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId
, or
the entire ARN.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in
the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId
, or the entire ARN.
InstanceId
, or
the entire ARN.public ReplicateInstanceRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in
the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId
, or the entire ARN.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId
, or
the entire ARN.public void setReplicaRegion(String replicaRegion)
The Amazon Web Services Region where to replicate the Amazon Connect instance.
replicaRegion
- The Amazon Web Services Region where to replicate the Amazon Connect instance.public String getReplicaRegion()
The Amazon Web Services Region where to replicate the Amazon Connect instance.
public ReplicateInstanceRequest withReplicaRegion(String replicaRegion)
The Amazon Web Services Region where to replicate the Amazon Connect instance.
replicaRegion
- The Amazon Web Services Region where to replicate the Amazon Connect instance.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
public ReplicateInstanceRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public void setReplicaAlias(String replicaAlias)
The alias for the replicated instance. The ReplicaAlias
must be unique.
replicaAlias
- The alias for the replicated instance. The ReplicaAlias
must be unique.public String getReplicaAlias()
The alias for the replicated instance. The ReplicaAlias
must be unique.
ReplicaAlias
must be unique.public ReplicateInstanceRequest withReplicaAlias(String replicaAlias)
The alias for the replicated instance. The ReplicaAlias
must be unique.
replicaAlias
- The alias for the replicated instance. The ReplicaAlias
must be unique.public String toString()
toString
in class Object
Object.toString()
public ReplicateInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()