@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectConnectGatewayAttachmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDirectConnectGatewayAttachmentsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDirectConnectGatewayAttachmentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectConnectGatewayId()
The ID of the Direct Connect gateway.
|
Integer |
getMaxResults()
The maximum number of attachments to return per page.
|
String |
getNextToken()
The token provided in the previous call to retrieve the next page.
|
String |
getVirtualInterfaceId()
The ID of the virtual interface.
|
int |
hashCode() |
void |
setDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
void |
setMaxResults(Integer maxResults)
The maximum number of attachments to return per page.
|
void |
setNextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDirectConnectGatewayAttachmentsRequest |
withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
DescribeDirectConnectGatewayAttachmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of attachments to return per page.
|
DescribeDirectConnectGatewayAttachmentsRequest |
withNextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
|
DescribeDirectConnectGatewayAttachmentsRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
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 DescribeDirectConnectGatewayAttachmentsRequest()
public void setDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId
- The ID of the Direct Connect gateway.public String getDirectConnectGatewayId()
The ID of the Direct Connect gateway.
public DescribeDirectConnectGatewayAttachmentsRequest withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId
- The ID of the Direct Connect gateway.public void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId
- The ID of the virtual interface.public String getVirtualInterfaceId()
The ID of the virtual interface.
public DescribeDirectConnectGatewayAttachmentsRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId
- The ID of the virtual interface.public void setMaxResults(Integer maxResults)
The maximum number of attachments to return per page.
maxResults
- The maximum number of attachments to return per page.public Integer getMaxResults()
The maximum number of attachments to return per page.
public DescribeDirectConnectGatewayAttachmentsRequest withMaxResults(Integer maxResults)
The maximum number of attachments to return per page.
maxResults
- The maximum number of attachments to return per page.public void setNextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
nextToken
- The token provided in the previous call to retrieve the next page.public String getNextToken()
The token provided in the previous call to retrieve the next page.
public DescribeDirectConnectGatewayAttachmentsRequest withNextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
nextToken
- The token provided in the previous call to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public DescribeDirectConnectGatewayAttachmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.