@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOutpostResolversRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListOutpostResolversRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListOutpostResolversRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. |
String |
getNextToken()
For the first
ListOutpostResolver request, omit this value. |
String |
getOutpostArn()
The Amazon Resource Name (ARN) of the Outpost.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. |
void |
setNextToken(String nextToken)
For the first
ListOutpostResolver request, omit this value. |
void |
setOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
ListOutpostResolversRequest |
withMaxResults(Integer maxResults)
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. |
ListOutpostResolversRequest |
withNextToken(String nextToken)
For the first
ListOutpostResolver request, omit this value. |
ListOutpostResolversRequest |
withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
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, withSdkRequestTimeoutpublic void setOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
outpostArn - The Amazon Resource Name (ARN) of the Outpost.public String getOutpostArn()
The Amazon Resource Name (ARN) of the Outpost.
public ListOutpostResolversRequest withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
outpostArn - The Amazon Resource Name (ARN) of the Outpost.public void setMaxResults(Integer maxResults)
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. If you don't specify a value for MaxResults, the request
returns up to 100 Resolvers.
maxResults - The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. If you don't specify a value for MaxResults, the
request returns up to 100 Resolvers.public Integer getMaxResults()
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. If you don't specify a value for MaxResults, the request
returns up to 100 Resolvers.
ListOutpostResolver request. If you don't specify a value for MaxResults, the
request returns up to 100 Resolvers.public ListOutpostResolversRequest withMaxResults(Integer maxResults)
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. If you don't specify a value for MaxResults, the request
returns up to 100 Resolvers.
maxResults - The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolver request. If you don't specify a value for MaxResults, the
request returns up to 100 Resolvers.public void setNextToken(String nextToken)
For the first ListOutpostResolver request, omit this value.
nextToken - For the first ListOutpostResolver request, omit this value.
public String getNextToken()
For the first ListOutpostResolver request, omit this value.
ListOutpostResolver request, omit this value.
public ListOutpostResolversRequest withNextToken(String nextToken)
For the first ListOutpostResolver request, omit this value.
nextToken - For the first ListOutpostResolver request, omit this value.
public String toString()
toString in class ObjectObject.toString()public ListOutpostResolversRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()