@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTransitGatewayMulticastDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeTransitGatewayMulticastDomainsRequest>
NOOP
Constructor and Description |
---|
DescribeTransitGatewayMulticastDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTransitGatewayMulticastDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeTransitGatewayMulticastDomainsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
List<String> |
getTransitGatewayMulticastDomainIds()
The ID of the transit gateway multicast domain.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setTransitGatewayMulticastDomainIds(Collection<String> transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTransitGatewayMulticastDomainsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeTransitGatewayMulticastDomainsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeTransitGatewayMulticastDomainsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeTransitGatewayMulticastDomainsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
DescribeTransitGatewayMulticastDomainsRequest |
withTransitGatewayMulticastDomainIds(Collection<String> transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
|
DescribeTransitGatewayMulticastDomainsRequest |
withTransitGatewayMulticastDomainIds(String... transitGatewayMulticastDomainIds)
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 DescribeTransitGatewayMulticastDomainsRequest()
public List<String> getTransitGatewayMulticastDomainIds()
The ID of the transit gateway multicast domain.
public void setTransitGatewayMulticastDomainIds(Collection<String> transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainIds
- The ID of the transit gateway multicast domain.public DescribeTransitGatewayMulticastDomainsRequest withTransitGatewayMulticastDomainIds(String... transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayMulticastDomainIds(java.util.Collection)
or
withTransitGatewayMulticastDomainIds(java.util.Collection)
if you want to override the existing values.
transitGatewayMulticastDomainIds
- The ID of the transit gateway multicast domain.public DescribeTransitGatewayMulticastDomainsRequest withTransitGatewayMulticastDomainIds(Collection<String> transitGatewayMulticastDomainIds)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainIds
- The ID of the transit gateway multicast domain.public List<Filter> getFilters()
One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are pending
|
available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
state
- The state of the transit gateway multicast domain. Valid values are
pending
| available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
public void setFilters(Collection<Filter> filters)
One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are pending
|
available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
filters
- One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are
pending
| available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
public DescribeTransitGatewayMulticastDomainsRequest withFilters(Filter... filters)
One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are pending
|
available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are
pending
| available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
public DescribeTransitGatewayMulticastDomainsRequest withFilters(Collection<Filter> filters)
One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are pending
|
available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
filters
- One or more filters. The possible values are:
state
- The state of the transit gateway multicast domain. Valid values are
pending
| available
| deleting
| deleted
.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-multicast-domain-id
- The ID of the transit gateway multicast domain.
public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public DescribeTransitGatewayMulticastDomainsRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeTransitGatewayMulticastDomainsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<DescribeTransitGatewayMulticastDomainsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeTransitGatewayMulticastDomainsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeTransitGatewayMulticastDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()