@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEntitlementsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEntitlementsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEntitlementsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of each page of results.
|
String |
getName()
The name of the entitlement.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
String |
getStackName()
The name of the stack with which the entitlement is associated.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
void |
setName(String name)
The name of the entitlement.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
void |
setStackName(String stackName)
The name of the stack with which the entitlement is associated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEntitlementsRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeEntitlementsRequest |
withName(String name)
The name of the entitlement.
|
DescribeEntitlementsRequest |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
DescribeEntitlementsRequest |
withStackName(String stackName)
The name of the stack with which the entitlement is associated.
|
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 setName(String name)
The name of the entitlement.
name
- The name of the entitlement.public String getName()
The name of the entitlement.
public DescribeEntitlementsRequest withName(String name)
The name of the entitlement.
name
- The name of the entitlement.public void setStackName(String stackName)
The name of the stack with which the entitlement is associated.
stackName
- The name of the stack with which the entitlement is associated.public String getStackName()
The name of the stack with which the entitlement is associated.
public DescribeEntitlementsRequest withStackName(String stackName)
The name of the stack with which the entitlement is associated.
stackName
- The name of the stack with which the entitlement is associated.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public DescribeEntitlementsRequest withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public void setMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.public Integer getMaxResults()
The maximum size of each page of results.
public DescribeEntitlementsRequest withMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.public String toString()
toString
in class Object
Object.toString()
public DescribeEntitlementsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()