@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicaRegionType extends Object implements Serializable, Cloneable, StructuredPojo
(Optional) Custom type consisting of a Region (required) and the KmsKeyId which can be an
ARN, Key ID, or Alias.
| Constructor and Description |
|---|
ReplicaRegionType() |
| Modifier and Type | Method and Description |
|---|---|
ReplicaRegionType |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
Can be an
ARN, Key ID, or Alias. |
String |
getRegion()
Describes a single instance of Region objects.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKmsKeyId(String kmsKeyId)
Can be an
ARN, Key ID, or Alias. |
void |
setRegion(String region)
Describes a single instance of Region objects.
|
String |
toString()
Returns a string representation of this object.
|
ReplicaRegionType |
withKmsKeyId(String kmsKeyId)
Can be an
ARN, Key ID, or Alias. |
ReplicaRegionType |
withRegion(String region)
Describes a single instance of Region objects.
|
public void setRegion(String region)
Describes a single instance of Region objects.
region - Describes a single instance of Region objects.public String getRegion()
Describes a single instance of Region objects.
public ReplicaRegionType withRegion(String region)
Describes a single instance of Region objects.
region - Describes a single instance of Region objects.public void setKmsKeyId(String kmsKeyId)
Can be an ARN, Key ID, or Alias.
kmsKeyId - Can be an ARN, Key ID, or Alias.public String getKmsKeyId()
Can be an ARN, Key ID, or Alias.
ARN, Key ID, or Alias.public ReplicaRegionType withKmsKeyId(String kmsKeyId)
Can be an ARN, Key ID, or Alias.
kmsKeyId - Can be an ARN, Key ID, or Alias.public String toString()
toString in class ObjectObject.toString()public ReplicaRegionType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.