@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApiDestinationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApiDestinationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApiDestinationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionArn()
The ARN of the connection specified for the API destination.
|
Integer |
getLimit()
The maximum number of API destinations to include in the response.
|
String |
getNamePrefix()
A name prefix to filter results returned.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
int |
hashCode() |
void |
setConnectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
|
void |
setLimit(Integer limit)
The maximum number of API destinations to include in the response.
|
void |
setNamePrefix(String namePrefix)
A name prefix to filter results returned.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApiDestinationsRequest |
withConnectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
|
ListApiDestinationsRequest |
withLimit(Integer limit)
The maximum number of API destinations to include in the response.
|
ListApiDestinationsRequest |
withNamePrefix(String namePrefix)
A name prefix to filter results returned.
|
ListApiDestinationsRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
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 setNamePrefix(String namePrefix)
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
namePrefix - A name prefix to filter results returned. Only API destinations with a name that starts with the prefix
are returned.public String getNamePrefix()
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
public ListApiDestinationsRequest withNamePrefix(String namePrefix)
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
namePrefix - A name prefix to filter results returned. Only API destinations with a name that starts with the prefix
are returned.public void setConnectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
connectionArn - The ARN of the connection specified for the API destination.public String getConnectionArn()
The ARN of the connection specified for the API destination.
public ListApiDestinationsRequest withConnectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
connectionArn - The ARN of the connection specified for the API destination.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListApiDestinationsRequest withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public void setLimit(Integer limit)
The maximum number of API destinations to include in the response.
limit - The maximum number of API destinations to include in the response.public Integer getLimit()
The maximum number of API destinations to include in the response.
public ListApiDestinationsRequest withLimit(Integer limit)
The maximum number of API destinations to include in the response.
limit - The maximum number of API destinations to include in the response.public String toString()
toString in class ObjectObject.toString()public ListApiDestinationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.