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