Container for the parameters to the SwapEnvironmentCNAMEs operation.

Swaps the CNAMEs of two environments.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SwapEnvironmentCNAMEsRequest : AmazonWebServiceRequest
Public Class SwapEnvironmentCNAMEsRequest _
	Inherits AmazonWebServiceRequest
public ref class SwapEnvironmentCNAMEsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SwapEnvironmentCNAMEsRequest()()()()
Initializes a new instance of the SwapEnvironmentCNAMEsRequest class
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.
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.

Constraints:

Length
4 - 23

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
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.
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.

Constraints:

Length
4 - 23

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDestinationEnvironmentId(String)
Sets the DestinationEnvironmentId property
WithDestinationEnvironmentName(String)
Sets the DestinationEnvironmentName property
WithSourceEnvironmentId(String)
Sets the SourceEnvironmentId property
WithSourceEnvironmentName(String)
Sets the SourceEnvironmentName property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.Model..::..SwapEnvironmentCNAMEsRequest

See Also