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