@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransitGatewayPolicyTableAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTransitGatewayPolicyTableAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayPolicyTableAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<TransitGatewayPolicyTableAssociation> |
getAssociations()
Returns details about the transit gateway policy table association.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setAssociations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetTransitGatewayPolicyTableAssociationsResult |
withAssociations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
|
GetTransitGatewayPolicyTableAssociationsResult |
withAssociations(TransitGatewayPolicyTableAssociation... associations)
Returns details about the transit gateway policy table association.
|
GetTransitGatewayPolicyTableAssociationsResult |
withNextToken(String nextToken)
The token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetTransitGatewayPolicyTableAssociationsResult()
public List<TransitGatewayPolicyTableAssociation> getAssociations()
Returns details about the transit gateway policy table association.
public void setAssociations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
associations
- Returns details about the transit gateway policy table association.public GetTransitGatewayPolicyTableAssociationsResult withAssociations(TransitGatewayPolicyTableAssociation... associations)
Returns details about the transit gateway policy table association.
NOTE: This method appends the values to the existing list (if any). Use
setAssociations(java.util.Collection)
or withAssociations(java.util.Collection)
if you want to
override the existing values.
associations
- Returns details about the transit gateway policy table association.public GetTransitGatewayPolicyTableAssociationsResult withAssociations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
associations
- Returns details about the transit gateway policy table association.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 GetTransitGatewayPolicyTableAssociationsResult withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetTransitGatewayPolicyTableAssociationsResult clone()