@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTransitGatewayMulticastDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssociateTransitGatewayMulticastDomainRequest>
NOOP
Constructor and Description |
---|
AssociateTransitGatewayMulticastDomainRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateTransitGatewayMulticastDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<AssociateTransitGatewayMulticastDomainRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getSubnetIds()
The IDs of the subnets to associate with the transit gateway multicast domain.
|
String |
getTransitGatewayAttachmentId()
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
|
String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
int |
hashCode() |
void |
setSubnetIds(Collection<String> subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
|
void |
setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
|
void |
setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTransitGatewayMulticastDomainRequest |
withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
|
AssociateTransitGatewayMulticastDomainRequest |
withSubnetIds(String... subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
|
AssociateTransitGatewayMulticastDomainRequest |
withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
|
AssociateTransitGatewayMulticastDomainRequest |
withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
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 AssociateTransitGatewayMulticastDomainRequest()
public void setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.public String getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
public AssociateTransitGatewayMulticastDomainRequest withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.public void setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
transitGatewayAttachmentId
- The ID of the transit gateway attachment to associate with the transit gateway multicast domain.public String getTransitGatewayAttachmentId()
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
public AssociateTransitGatewayMulticastDomainRequest withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
transitGatewayAttachmentId
- The ID of the transit gateway attachment to associate with the transit gateway multicast domain.public List<String> getSubnetIds()
The IDs of the subnets to associate with the transit gateway multicast domain.
public void setSubnetIds(Collection<String> subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
subnetIds
- The IDs of the subnets to associate with the transit gateway multicast domain.public AssociateTransitGatewayMulticastDomainRequest withSubnetIds(String... subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The IDs of the subnets to associate with the transit gateway multicast domain.public AssociateTransitGatewayMulticastDomainRequest withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets to associate with the transit gateway multicast domain.
subnetIds
- The IDs of the subnets to associate with the transit gateway multicast domain.public Request<AssociateTransitGatewayMulticastDomainRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AssociateTransitGatewayMulticastDomainRequest>
public String toString()
toString
in class Object
Object.toString()
public AssociateTransitGatewayMulticastDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()