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