@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEntitledApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEntitledApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEntitledApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntitlementName()
The name of the entitlement.
|
Integer |
getMaxResults()
The maximum size of each page of results.
|
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 |
setEntitlementName(String entitlementName)
The name of the entitlement.
|
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
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.
|
ListEntitledApplicationsRequest |
withEntitlementName(String entitlementName)
The name of the entitlement.
|
ListEntitledApplicationsRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
ListEntitledApplicationsRequest |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListEntitledApplicationsRequest |
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 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 ListEntitledApplicationsRequest 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 setEntitlementName(String entitlementName)
The name of the entitlement.
entitlementName
- The name of the entitlement.public String getEntitlementName()
The name of the entitlement.
public ListEntitledApplicationsRequest withEntitlementName(String entitlementName)
The name of the entitlement.
entitlementName
- The name of the entitlement.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 ListEntitledApplicationsRequest 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 ListEntitledApplicationsRequest 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 ListEntitledApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()