@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoverersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDiscoverersRequest() |
Modifier and Type | Method and Description |
---|---|
ListDiscoverersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDiscovererIdPrefix()
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
|
Integer |
getLimit() |
String |
getNextToken()
The token that specifies the next page of results to return.
|
String |
getSourceArnPrefix()
Specifying this limits the results to only those ARNs that start with the specified prefix.
|
int |
hashCode() |
void |
setDiscovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
|
void |
setLimit(Integer limit) |
void |
setNextToken(String nextToken)
The token that specifies the next page of results to return.
|
void |
setSourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
|
String |
toString()
Returns a string representation of this object.
|
ListDiscoverersRequest |
withDiscovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
|
ListDiscoverersRequest |
withLimit(Integer limit) |
ListDiscoverersRequest |
withNextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListDiscoverersRequest |
withSourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
|
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 setDiscovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
discovererIdPrefix
- Specifying this limits the results to only those discoverer IDs that start with the specified prefix.public String getDiscovererIdPrefix()
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
public ListDiscoverersRequest withDiscovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
discovererIdPrefix
- Specifying this limits the results to only those discoverer IDs that start with the specified prefix.public void setLimit(Integer limit)
limit
- public Integer getLimit()
public ListDiscoverersRequest withLimit(Integer limit)
limit
- public void setNextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken
empty. The token will expire in 24 hours, and cannot be shared with other accounts.public String getNextToken()
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
public ListDiscoverersRequest withNextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken
empty. The token will expire in 24 hours, and cannot be shared with other accounts.public void setSourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
sourceArnPrefix
- Specifying this limits the results to only those ARNs that start with the specified prefix.public String getSourceArnPrefix()
Specifying this limits the results to only those ARNs that start with the specified prefix.
public ListDiscoverersRequest withSourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
sourceArnPrefix
- Specifying this limits the results to only those ARNs that start with the specified prefix.public String toString()
toString
in class Object
Object.toString()
public ListDiscoverersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()