@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttachmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAttachmentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAttachmentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttachmentType()
The type of attachment.
|
String |
getCoreNetworkId()
The ID of a core network.
|
String |
getEdgeLocation()
The Region where the edge is located.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next page of results.
|
String |
getState()
The state of the attachment.
|
int |
hashCode() |
void |
setAttachmentType(String attachmentType)
The type of attachment.
|
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setEdgeLocation(String edgeLocation)
The Region where the edge is located.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setState(String state)
The state of the attachment.
|
String |
toString()
Returns a string representation of this object.
|
ListAttachmentsRequest |
withAttachmentType(AttachmentType attachmentType)
The type of attachment.
|
ListAttachmentsRequest |
withAttachmentType(String attachmentType)
The type of attachment.
|
ListAttachmentsRequest |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
ListAttachmentsRequest |
withEdgeLocation(String edgeLocation)
The Region where the edge is located.
|
ListAttachmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAttachmentsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
ListAttachmentsRequest |
withState(AttachmentState state)
The state of the attachment.
|
ListAttachmentsRequest |
withState(String state)
The state of the attachment.
|
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 void setCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public String getCoreNetworkId()
The ID of a core network.
public ListAttachmentsRequest withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public void setAttachmentType(String attachmentType)
The type of attachment.
attachmentType
- The type of attachment.AttachmentType
public String getAttachmentType()
The type of attachment.
AttachmentType
public ListAttachmentsRequest withAttachmentType(String attachmentType)
The type of attachment.
attachmentType
- The type of attachment.AttachmentType
public ListAttachmentsRequest withAttachmentType(AttachmentType attachmentType)
The type of attachment.
attachmentType
- The type of attachment.AttachmentType
public void setEdgeLocation(String edgeLocation)
The Region where the edge is located.
edgeLocation
- The Region where the edge is located.public String getEdgeLocation()
The Region where the edge is located.
public ListAttachmentsRequest withEdgeLocation(String edgeLocation)
The Region where the edge is located.
edgeLocation
- The Region where the edge is located.public void setState(String state)
The state of the attachment.
state
- The state of the attachment.AttachmentState
public String getState()
The state of the attachment.
AttachmentState
public ListAttachmentsRequest withState(String state)
The state of the attachment.
state
- The state of the attachment.AttachmentState
public ListAttachmentsRequest withState(AttachmentState state)
The state of the attachment.
state
- The state of the attachment.AttachmentState
public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListAttachmentsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.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 ListAttachmentsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListAttachmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()