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