@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() |
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, 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 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.AttachmentTypepublic String getAttachmentType()
The type of attachment.
AttachmentTypepublic ListAttachmentsRequest withAttachmentType(String attachmentType)
The type of attachment.
attachmentType - The type of attachment.AttachmentTypepublic ListAttachmentsRequest withAttachmentType(AttachmentType attachmentType)
The type of attachment.
attachmentType - The type of attachment.AttachmentTypepublic 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.AttachmentStatepublic String getState()
The state of the attachment.
AttachmentStatepublic ListAttachmentsRequest withState(String state)
The state of the attachment.
state - The state of the attachment.AttachmentStatepublic ListAttachmentsRequest withState(AttachmentState state)
The state of the attachment.
state - The state of the attachment.AttachmentStatepublic 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 ObjectObject.toString()public ListAttachmentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.