@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrunkInterfaceAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeTrunkInterfaceAssociationsRequest>
NOOP
Constructor and Description |
---|
DescribeTrunkInterfaceAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrunkInterfaceAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAssociationIds()
The IDs of the associations.
|
Request<DescribeTrunkInterfaceAssociationsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setAssociationIds(Collection<String> associationIds)
The IDs of the associations.
|
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrunkInterfaceAssociationsRequest |
withAssociationIds(Collection<String> associationIds)
The IDs of the associations.
|
DescribeTrunkInterfaceAssociationsRequest |
withAssociationIds(String... associationIds)
The IDs of the associations.
|
DescribeTrunkInterfaceAssociationsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeTrunkInterfaceAssociationsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeTrunkInterfaceAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeTrunkInterfaceAssociationsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeTrunkInterfaceAssociationsRequest()
public List<String> getAssociationIds()
The IDs of the associations.
public void setAssociationIds(Collection<String> associationIds)
The IDs of the associations.
associationIds
- The IDs of the associations.public DescribeTrunkInterfaceAssociationsRequest withAssociationIds(String... associationIds)
The IDs of the associations.
NOTE: This method appends the values to the existing list (if any). Use
setAssociationIds(java.util.Collection)
or withAssociationIds(java.util.Collection)
if you want
to override the existing values.
associationIds
- The IDs of the associations.public DescribeTrunkInterfaceAssociationsRequest withAssociationIds(Collection<String> associationIds)
The IDs of the associations.
associationIds
- The IDs of the associations.public List<Filter> getFilters()
One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and GRE
.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and
GRE
.
public void setFilters(Collection<Filter> filters)
One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and GRE
.
filters
- One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and
GRE
.
public DescribeTrunkInterfaceAssociationsRequest withFilters(Filter... filters)
One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and GRE
.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and
GRE
.
public DescribeTrunkInterfaceAssociationsRequest withFilters(Collection<Filter> filters)
One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and GRE
.
filters
- One or more filters.
gre-key
- The ID of a trunk interface association.
interface-protocol
- The interface protocol. Valid values are VLAN
and
GRE
.
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 DescribeTrunkInterfaceAssociationsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public DescribeTrunkInterfaceAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Request<DescribeTrunkInterfaceAssociationsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeTrunkInterfaceAssociationsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeTrunkInterfaceAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()