@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProviderServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProviderServicesRequest() |
Modifier and Type | Method and Description |
---|---|
ListProviderServicesRequest |
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 objects returned per page.
|
String |
getNextToken()
The pagination token from the previous API call.
|
String |
getProviderName()
The name of the provider.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous API call.
|
void |
setProviderName(String providerName)
The name of the provider.
|
String |
toString()
Returns a string representation of this object.
|
ListProviderServicesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListProviderServicesRequest |
withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListProviderServicesRequest |
withProviderName(String providerName)
The name of the provider.
|
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 setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults
- The maximum number of objects returned per page.public Integer getMaxResults()
The maximum number of objects returned per page.
public ListProviderServicesRequest withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults
- The maximum number of objects returned per page.public void setNextToken(String nextToken)
The pagination token from the previous API call.
nextToken
- The pagination token from the previous API call.public String getNextToken()
The pagination token from the previous API call.
public ListProviderServicesRequest withNextToken(String nextToken)
The pagination token from the previous API call.
nextToken
- The pagination token from the previous API call.public void setProviderName(String providerName)
The name of the provider. This name is typically the company name.
providerName
- The name of the provider. This name is typically the company name.public String getProviderName()
The name of the provider. This name is typically the company name.
public ListProviderServicesRequest withProviderName(String providerName)
The name of the provider. This name is typically the company name.
providerName
- The name of the provider. This name is typically the company name.public String toString()
toString
in class Object
Object.toString()
public ListProviderServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()