@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransitGatewayMulticastDomainAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTransitGatewayMulticastDomainAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayMulticastDomainAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<TransitGatewayMulticastDomainAssociation> |
getMulticastDomainAssociations()
Information about the multicast domain associations.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setMulticastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetTransitGatewayMulticastDomainAssociationsResult |
withMulticastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
|
GetTransitGatewayMulticastDomainAssociationsResult |
withMulticastDomainAssociations(TransitGatewayMulticastDomainAssociation... multicastDomainAssociations)
Information about the multicast domain associations.
|
GetTransitGatewayMulticastDomainAssociationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetTransitGatewayMulticastDomainAssociationsResult()
public List<TransitGatewayMulticastDomainAssociation> getMulticastDomainAssociations()
Information about the multicast domain associations.
public void setMulticastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
multicastDomainAssociations
- Information about the multicast domain associations.public GetTransitGatewayMulticastDomainAssociationsResult withMulticastDomainAssociations(TransitGatewayMulticastDomainAssociation... multicastDomainAssociations)
Information about the multicast domain associations.
NOTE: This method appends the values to the existing list (if any). Use
setMulticastDomainAssociations(java.util.Collection)
or
withMulticastDomainAssociations(java.util.Collection)
if you want to override the existing values.
multicastDomainAssociations
- Information about the multicast domain associations.public GetTransitGatewayMulticastDomainAssociationsResult withMulticastDomainAssociations(Collection<TransitGatewayMulticastDomainAssociation> multicastDomainAssociations)
Information about the multicast domain associations.
multicastDomainAssociations
- Information about the multicast domain associations.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 GetTransitGatewayMulticastDomainAssociationsResult 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 Object
Object.toString()
public GetTransitGatewayMulticastDomainAssociationsResult clone()