@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayMulticastDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateTransitGatewayMulticastDomainRequest>
NOOP
Constructor and Description |
---|
CreateTransitGatewayMulticastDomainRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayMulticastDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<CreateTransitGatewayMulticastDomainRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
CreateTransitGatewayMulticastDomainRequestOptions |
getOptions()
The options for the transit gateway multicast domain.
|
List<TagSpecification> |
getTagSpecifications()
The tags for the transit gateway multicast domain.
|
String |
getTransitGatewayId()
The ID of the transit gateway.
|
int |
hashCode() |
void |
setOptions(CreateTransitGatewayMulticastDomainRequestOptions options)
The options for the transit gateway multicast domain.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags for the transit gateway multicast domain.
|
void |
setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayMulticastDomainRequest |
withOptions(CreateTransitGatewayMulticastDomainRequestOptions options)
The options for the transit gateway multicast domain.
|
CreateTransitGatewayMulticastDomainRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags for the transit gateway multicast domain.
|
CreateTransitGatewayMulticastDomainRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags for the transit gateway multicast domain.
|
CreateTransitGatewayMulticastDomainRequest |
withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
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 CreateTransitGatewayMulticastDomainRequest()
public void setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.public String getTransitGatewayId()
The ID of the transit gateway.
public CreateTransitGatewayMulticastDomainRequest withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.public void setOptions(CreateTransitGatewayMulticastDomainRequestOptions options)
The options for the transit gateway multicast domain.
options
- The options for the transit gateway multicast domain.public CreateTransitGatewayMulticastDomainRequestOptions getOptions()
The options for the transit gateway multicast domain.
public CreateTransitGatewayMulticastDomainRequest withOptions(CreateTransitGatewayMulticastDomainRequestOptions options)
The options for the transit gateway multicast domain.
options
- The options for the transit gateway multicast domain.public List<TagSpecification> getTagSpecifications()
The tags for the transit gateway multicast domain.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags for the transit gateway multicast domain.
tagSpecifications
- The tags for the transit gateway multicast domain.public CreateTransitGatewayMulticastDomainRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags for the transit gateway multicast domain.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags for the transit gateway multicast domain.public CreateTransitGatewayMulticastDomainRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags for the transit gateway multicast domain.
tagSpecifications
- The tags for the transit gateway multicast domain.public Request<CreateTransitGatewayMulticastDomainRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateTransitGatewayMulticastDomainRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayMulticastDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()