@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEntitledApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEntitledApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
ListEntitledApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<EntitledApplication> |
getEntitledApplications()
The entitled applications.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setEntitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListEntitledApplicationsResult |
withEntitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
|
ListEntitledApplicationsResult |
withEntitledApplications(EntitledApplication... entitledApplications)
The entitled applications.
|
ListEntitledApplicationsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EntitledApplication> getEntitledApplications()
The entitled applications.
public void setEntitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
entitledApplications
- The entitled applications.public ListEntitledApplicationsResult withEntitledApplications(EntitledApplication... entitledApplications)
The entitled applications.
NOTE: This method appends the values to the existing list (if any). Use
setEntitledApplications(java.util.Collection)
or withEntitledApplications(java.util.Collection)
if you want to override the existing values.
entitledApplications
- The entitled applications.public ListEntitledApplicationsResult withEntitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
entitledApplications
- The entitled applications.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 ListEntitledApplicationsResult 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 String toString()
toString
in class Object
Object.toString()
public ListEntitledApplicationsResult clone()