AWS SDK for .NET Documentation
SwapEnvironmentCNAMEsRequest Class
AmazonAmazon.ElasticBeanstalk.ModelSwapEnvironmentCNAMEsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the SwapEnvironmentCNAMEs operation. Swaps the CNAMEs of two environments.
Declaration Syntax
C#
public class SwapEnvironmentCNAMEsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SwapEnvironmentCNAMEsRequest()()()()
Initializes a new instance of the SwapEnvironmentCNAMEsRequest class

DestinationEnvironmentId
Gets and sets the property DestinationEnvironmentId.

The ID of the destination environment.

Condition: You must specify at least the

CopyC#
DestinationEnvironmentID
or the
CopyC#
DestinationEnvironmentName
. You may also specify both. You must specify the
CopyC#
SourceEnvironmentId
with the
CopyC#
DestinationEnvironmentId
.


DestinationEnvironmentName
Gets and sets the property DestinationEnvironmentName.

The name of the destination environment.

Condition: You must specify at least the

CopyC#
DestinationEnvironmentID
or the
CopyC#
DestinationEnvironmentName
. You may also specify both. You must specify the
CopyC#
SourceEnvironmentName
with the
CopyC#
DestinationEnvironmentName
.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SourceEnvironmentId
Gets and sets the property SourceEnvironmentId.

The ID of the source environment.

Condition: You must specify at least the

CopyC#
SourceEnvironmentID
or the
CopyC#
SourceEnvironmentName
. You may also specify both. If you specify the
CopyC#
SourceEnvironmentId
, you must specify the
CopyC#
DestinationEnvironmentId
.


SourceEnvironmentName
Gets and sets the property SourceEnvironmentName.

The name of the source environment.

Condition: You must specify at least the

CopyC#
SourceEnvironmentID
or the
CopyC#
SourceEnvironmentName
. You may also specify both. If you specify the
CopyC#
SourceEnvironmentName
, you must specify the
CopyC#
DestinationEnvironmentName
.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDestinationEnvironmentId(String) Obsolete.
Sets the DestinationEnvironmentId property

WithDestinationEnvironmentName(String) Obsolete.
Sets the DestinationEnvironmentName property

WithSourceEnvironmentId(String) Obsolete.
Sets the SourceEnvironmentId property

WithSourceEnvironmentName(String) Obsolete.
Sets the SourceEnvironmentName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 SwapEnvironmentCNAMEsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)