@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest>
NOOP| Constructor and Description | 
|---|
| DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest() | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest()
public List<String> getLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds()
The IDs of the associations.
public void setLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds(Collection<String> localGatewayRouteTableVirtualInterfaceGroupAssociationIds)
The IDs of the associations.
localGatewayRouteTableVirtualInterfaceGroupAssociationIds - The IDs of the associations.public DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest withLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds(String... localGatewayRouteTableVirtualInterfaceGroupAssociationIds)
The IDs of the associations.
 NOTE: This method appends the values to the existing list (if any). Use
 setLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds(java.util.Collection) or
 withLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds(java.util.Collection) if you want to
 override the existing values.
 
localGatewayRouteTableVirtualInterfaceGroupAssociationIds - The IDs of the associations.public DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest withLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds(Collection<String> localGatewayRouteTableVirtualInterfaceGroupAssociationIds)
The IDs of the associations.
localGatewayRouteTableVirtualInterfaceGroupAssociationIds - The IDs of the associations.public List<Filter> getFilters()
One or more filters.
 local-gateway-id - The ID of a local gateway.
 
 local-gateway-route-table-id - The ID of the local gateway route table.
 
 local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
 
 local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
 
 state - The state of the association.
 
         local-gateway-id - The ID of a local gateway.
         
         local-gateway-route-table-id - The ID of the local gateway route table.
         
         local-gateway-route-table-virtual-interface-group-association-id - The ID of the
         association.
         
         local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface
         group.
         
         state - The state of the association.
         
public void setFilters(Collection<Filter> filters)
One or more filters.
 local-gateway-id - The ID of a local gateway.
 
 local-gateway-route-table-id - The ID of the local gateway route table.
 
 local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
 
 local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
 
 state - The state of the association.
 
filters - One or more filters.
        
        local-gateway-id - The ID of a local gateway.
        
        local-gateway-route-table-id - The ID of the local gateway route table.
        
        local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
        
        local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
        
        state - The state of the association.
        
public DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest withFilters(Filter... filters)
One or more filters.
 local-gateway-id - The ID of a local gateway.
 
 local-gateway-route-table-id - The ID of the local gateway route table.
 
 local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
 
 local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
 
 state - The state of the association.
 
 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.
        
        local-gateway-id - The ID of a local gateway.
        
        local-gateway-route-table-id - The ID of the local gateway route table.
        
        local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
        
        local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
        
        state - The state of the association.
        
public DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest withFilters(Collection<Filter> filters)
One or more filters.
 local-gateway-id - The ID of a local gateway.
 
 local-gateway-route-table-id - The ID of the local gateway route table.
 
 local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
 
 local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
 
 state - The state of the association.
 
filters - One or more filters.
        
        local-gateway-id - The ID of a local gateway.
        
        local-gateway-route-table-id - The ID of the local gateway route table.
        
        local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
        
        local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
        
        state - The state of the association.
        
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 DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest 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 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 DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public Request<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest>public String toString()
toString in class ObjectObject.toString()public DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.