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