@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTransitGatewayMulticastDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTransitGatewayMulticastDomainsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayMulticastDomainsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<TransitGatewayMulticastDomain> |
getTransitGatewayMulticastDomains()
Information about the transit gateway multicast domains.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setTransitGatewayMulticastDomains(Collection<TransitGatewayMulticastDomain> transitGatewayMulticastDomains)
Information about the transit gateway multicast domains.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTransitGatewayMulticastDomainsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayMulticastDomainsResult |
withTransitGatewayMulticastDomains(Collection<TransitGatewayMulticastDomain> transitGatewayMulticastDomains)
Information about the transit gateway multicast domains.
|
DescribeTransitGatewayMulticastDomainsResult |
withTransitGatewayMulticastDomains(TransitGatewayMulticastDomain... transitGatewayMulticastDomains)
Information about the transit gateway multicast domains.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeTransitGatewayMulticastDomainsResult()
public List<TransitGatewayMulticastDomain> getTransitGatewayMulticastDomains()
Information about the transit gateway multicast domains.
public void setTransitGatewayMulticastDomains(Collection<TransitGatewayMulticastDomain> transitGatewayMulticastDomains)
Information about the transit gateway multicast domains.
transitGatewayMulticastDomains - Information about the transit gateway multicast domains.public DescribeTransitGatewayMulticastDomainsResult withTransitGatewayMulticastDomains(TransitGatewayMulticastDomain... transitGatewayMulticastDomains)
Information about the transit gateway multicast domains.
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayMulticastDomains(java.util.Collection) or
withTransitGatewayMulticastDomains(java.util.Collection) if you want to override the existing values.
transitGatewayMulticastDomains - Information about the transit gateway multicast domains.public DescribeTransitGatewayMulticastDomainsResult withTransitGatewayMulticastDomains(Collection<TransitGatewayMulticastDomain> transitGatewayMulticastDomains)
Information about the transit gateway multicast domains.
transitGatewayMulticastDomains - Information about the transit gateway multicast domains.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public DescribeTransitGatewayMulticastDomainsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public DescribeTransitGatewayMulticastDomainsResult clone()