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