Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>
@Generated("software.amazon.awssdk:codegen") public class SwapEnvironmentCNAMEsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>
Swaps the CNAMEs of two environments.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SwapEnvironmentCNAMEsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SwapEnvironmentCNAMEsRequest.Builder |
builder() |
|
String |
destinationEnvironmentId() |
The ID of the destination environment.
|
String |
destinationEnvironmentName() |
The name of the destination environment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends SwapEnvironmentCNAMEsRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceEnvironmentId() |
The ID of the source environment.
|
String |
sourceEnvironmentName() |
The name of the source environment.
|
SwapEnvironmentCNAMEsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String sourceEnvironmentId()
The ID of the source environment.
Condition: You must specify at least the SourceEnvironmentID
or the
SourceEnvironmentName
. You may also specify both. If you specify the
SourceEnvironmentId
, you must specify the DestinationEnvironmentId
.
Condition: You must specify at least the SourceEnvironmentID
or the
SourceEnvironmentName
. You may also specify both. If you specify the
SourceEnvironmentId
, you must specify the DestinationEnvironmentId
.
public String sourceEnvironmentName()
The name of the source environment.
Condition: You must specify at least the SourceEnvironmentID
or the
SourceEnvironmentName
. You may also specify both. If you specify the
SourceEnvironmentName
, you must specify the DestinationEnvironmentName
.
Condition: You must specify at least the SourceEnvironmentID
or the
SourceEnvironmentName
. You may also specify both. If you specify the
SourceEnvironmentName
, you must specify the DestinationEnvironmentName
.
public String destinationEnvironmentId()
The ID of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID
or the
DestinationEnvironmentName
. You may also specify both. You must specify the
SourceEnvironmentId
with the DestinationEnvironmentId
.
Condition: You must specify at least the DestinationEnvironmentID
or the
DestinationEnvironmentName
. You may also specify both. You must specify the
SourceEnvironmentId
with the DestinationEnvironmentId
.
public String destinationEnvironmentName()
The name of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID
or the
DestinationEnvironmentName
. You may also specify both. You must specify the
SourceEnvironmentName
with the DestinationEnvironmentName
.
Condition: You must specify at least the DestinationEnvironmentID
or the
DestinationEnvironmentName
. You may also specify both. You must specify the
SourceEnvironmentName
with the DestinationEnvironmentName
.
public SwapEnvironmentCNAMEsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>
public static SwapEnvironmentCNAMEsRequest.Builder builder()
public static Class<? extends SwapEnvironmentCNAMEsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.