@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUseCasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUseCasesResult() |
Modifier and Type | Method and Description |
---|---|
ListUseCasesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<UseCase> |
getUseCaseSummaryList()
The use cases.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setUseCaseSummaryList(Collection<UseCase> useCaseSummaryList)
The use cases.
|
String |
toString()
Returns a string representation of this object.
|
ListUseCasesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUseCasesResult |
withUseCaseSummaryList(Collection<UseCase> useCaseSummaryList)
The use cases.
|
ListUseCasesResult |
withUseCaseSummaryList(UseCase... useCaseSummaryList)
The use cases.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UseCase> getUseCaseSummaryList()
The use cases.
public void setUseCaseSummaryList(Collection<UseCase> useCaseSummaryList)
The use cases.
useCaseSummaryList
- The use cases.public ListUseCasesResult withUseCaseSummaryList(UseCase... useCaseSummaryList)
The use cases.
NOTE: This method appends the values to the existing list (if any). Use
setUseCaseSummaryList(java.util.Collection)
or withUseCaseSummaryList(java.util.Collection)
if
you want to override the existing values.
useCaseSummaryList
- The use cases.public ListUseCasesResult withUseCaseSummaryList(Collection<UseCase> useCaseSummaryList)
The use cases.
useCaseSummaryList
- The use cases.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListUseCasesResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListUseCasesResult clone()