@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateTransitGatewayMulticastDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateTransitGatewayMulticastDomainRequest>
NOOP
Constructor and Description |
---|
DisassociateTransitGatewayMulticastDomainRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateTransitGatewayMulticastDomainRequest |
clone() |
boolean |
equals(Object obj) |
Request<DisassociateTransitGatewayMulticastDomainRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getSubnetIds()
The IDs of the subnets;
|
String |
getTransitGatewayAttachmentId()
The ID of the attachment.
|
String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
int |
hashCode() |
void |
setSubnetIds(Collection<String> subnetIds)
The IDs of the subnets;
|
void |
setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
void |
setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateTransitGatewayMulticastDomainRequest |
withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets;
|
DisassociateTransitGatewayMulticastDomainRequest |
withSubnetIds(String... subnetIds)
The IDs of the subnets;
|
DisassociateTransitGatewayMulticastDomainRequest |
withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
DisassociateTransitGatewayMulticastDomainRequest |
withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
addHandlerContext, copyBaseTo, 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 DisassociateTransitGatewayMulticastDomainRequest()
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 DisassociateTransitGatewayMulticastDomainRequest 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 attachment.
transitGatewayAttachmentId
- The ID of the attachment.public String getTransitGatewayAttachmentId()
The ID of the attachment.
public DisassociateTransitGatewayMulticastDomainRequest withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.public List<String> getSubnetIds()
The IDs of the subnets;
public void setSubnetIds(Collection<String> subnetIds)
The IDs of the subnets;
subnetIds
- The IDs of the subnets;public DisassociateTransitGatewayMulticastDomainRequest withSubnetIds(String... subnetIds)
The IDs of the subnets;
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;public DisassociateTransitGatewayMulticastDomainRequest withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets;
subnetIds
- The IDs of the subnets;public Request<DisassociateTransitGatewayMulticastDomainRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisassociateTransitGatewayMulticastDomainRequest>
public String toString()
toString
in class Object
Object.toString()
public DisassociateTransitGatewayMulticastDomainRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.