@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSharedEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSharedEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSharedEndpointsRequest |
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 endpoints that will be returned in the response.
|
String |
getNextToken()
If a previous response from this operation included a
NextToken value, you can provide that value
here to retrieve the next page of results. |
String |
getOutpostId()
The ID of the Amazon Web Services Outpost.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
|
void |
setNextToken(String nextToken)
If a previous response from this operation included a
NextToken value, you can provide that value
here to retrieve the next page of results. |
void |
setOutpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
|
String |
toString()
Returns a string representation of this object.
|
ListSharedEndpointsRequest |
withMaxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
|
ListSharedEndpointsRequest |
withNextToken(String nextToken)
If a previous response from this operation included a
NextToken value, you can provide that value
here to retrieve the next page of results. |
ListSharedEndpointsRequest |
withOutpostId(String outpostId)
The ID of the Amazon Web Services 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, withSdkRequestTimeout
public void setNextToken(String nextToken)
If a previous response from this operation included a NextToken
value, you can provide that value
here to retrieve the next page of results.
nextToken
- If a previous response from this operation included a NextToken
value, you can provide that
value here to retrieve the next page of results.public String getNextToken()
If a previous response from this operation included a NextToken
value, you can provide that value
here to retrieve the next page of results.
NextToken
value, you can provide that
value here to retrieve the next page of results.public ListSharedEndpointsRequest withNextToken(String nextToken)
If a previous response from this operation included a NextToken
value, you can provide that value
here to retrieve the next page of results.
nextToken
- If a previous response from this operation included a NextToken
value, you can provide that
value here to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
maxResults
- The maximum number of endpoints that will be returned in the response.public Integer getMaxResults()
The maximum number of endpoints that will be returned in the response.
public ListSharedEndpointsRequest withMaxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
maxResults
- The maximum number of endpoints that will be returned in the response.public void setOutpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
outpostId
- The ID of the Amazon Web Services Outpost.public String getOutpostId()
The ID of the Amazon Web Services Outpost.
public ListSharedEndpointsRequest withOutpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
outpostId
- The ID of the Amazon Web Services Outpost.public String toString()
toString
in class Object
Object.toString()
public ListSharedEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.