Container for the parameters to the SwapEnvironmentCNAMEs operation.
Namespace: Amazon.ElasticBeanstalk.ModelSwaps the CNAMEs of two environments.
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 |
| Member | Description | |
|---|---|---|
| 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: | |
| Equals(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: | |
| ToString()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..SwapEnvironmentCNAMEsRequest