@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttachedLinksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAttachedLinksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Limits the number of returned links to the specified number.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getSinkIdentifier()
The ARN of the sink that you want to retrieve links for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setSinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
|
String |
toString()
Returns a string representation of this object.
|
ListAttachedLinksRequest |
withMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListAttachedLinksRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
ListAttachedLinksRequest |
withSinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
|
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 setMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
maxResults - Limits the number of returned links to the specified number.public Integer getMaxResults()
Limits the number of returned links to the specified number.
public ListAttachedLinksRequest withMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
maxResults - Limits the number of returned links to the specified number.public void setNextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
nextToken - The token for the next set of items to return. You received this token from a previous call.public String getNextToken()
The token for the next set of items to return. You received this token from a previous call.
public ListAttachedLinksRequest withNextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
nextToken - The token for the next set of items to return. You received this token from a previous call.public void setSinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
sinkIdentifier - The ARN of the sink that you want to retrieve links for.public String getSinkIdentifier()
The ARN of the sink that you want to retrieve links for.
public ListAttachedLinksRequest withSinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
sinkIdentifier - The ARN of the sink that you want to retrieve links for.public String toString()
toString in class ObjectObject.toString()public ListAttachedLinksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.