@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEulasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEulasRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEulasRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEulaIds()
A collection of EULA IDs.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setEulaIds(Collection<String> eulaIds)
A collection of EULA IDs.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListEulasRequest |
withEulaIds(Collection<String> eulaIds)
A collection of EULA IDs.
|
ListEulasRequest |
withEulaIds(String... eulaIds)
A collection of EULA IDs.
|
ListEulasRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getEulaIds()
A collection of EULA IDs.
public void setEulaIds(Collection<String> eulaIds)
A collection of EULA IDs.
eulaIds - A collection of EULA IDs.public ListEulasRequest withEulaIds(String... eulaIds)
A collection of EULA IDs.
NOTE: This method appends the values to the existing list (if any). Use
setEulaIds(java.util.Collection) or withEulaIds(java.util.Collection) if you want to override
the existing values.
eulaIds - A collection of EULA IDs.public ListEulasRequest withEulaIds(Collection<String> eulaIds)
A collection of EULA IDs.
eulaIds - A collection of EULA IDs.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListEulasRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListEulasRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.