@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddRegionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddRegionRequest() |
Modifier and Type | Method and Description |
---|---|
AddRegionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to which you want to add Region replication.
|
String |
getRegionName()
The name of the Region where you want to add domain controllers for replication.
|
DirectoryVpcSettings |
getVPCSettings() |
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory to which you want to add Region replication.
|
void |
setRegionName(String regionName)
The name of the Region where you want to add domain controllers for replication.
|
void |
setVPCSettings(DirectoryVpcSettings vPCSettings) |
String |
toString()
Returns a string representation of this object.
|
AddRegionRequest |
withDirectoryId(String directoryId)
The identifier of the directory to which you want to add Region replication.
|
AddRegionRequest |
withRegionName(String regionName)
The name of the Region where you want to add domain controllers for replication.
|
AddRegionRequest |
withVPCSettings(DirectoryVpcSettings vPCSettings) |
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 setDirectoryId(String directoryId)
The identifier of the directory to which you want to add Region replication.
directoryId
- The identifier of the directory to which you want to add Region replication.public String getDirectoryId()
The identifier of the directory to which you want to add Region replication.
public AddRegionRequest withDirectoryId(String directoryId)
The identifier of the directory to which you want to add Region replication.
directoryId
- The identifier of the directory to which you want to add Region replication.public void setRegionName(String regionName)
The name of the Region where you want to add domain controllers for replication. For example,
us-east-1
.
regionName
- The name of the Region where you want to add domain controllers for replication. For example,
us-east-1
.public String getRegionName()
The name of the Region where you want to add domain controllers for replication. For example,
us-east-1
.
us-east-1
.public AddRegionRequest withRegionName(String regionName)
The name of the Region where you want to add domain controllers for replication. For example,
us-east-1
.
regionName
- The name of the Region where you want to add domain controllers for replication. For example,
us-east-1
.public void setVPCSettings(DirectoryVpcSettings vPCSettings)
vPCSettings
- public DirectoryVpcSettings getVPCSettings()
public AddRegionRequest withVPCSettings(DirectoryVpcSettings vPCSettings)
vPCSettings
- public String toString()
toString
in class Object
Object.toString()
public AddRegionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()