@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEulaAcceptancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEulaAcceptancesRequest() |
Modifier and Type | Method and Description |
---|---|
ListEulaAcceptancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getEulaIds()
The list of EULA IDs that have been previously accepted.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setEulaIds(Collection<String> eulaIds)
The list of EULA IDs that have been previously accepted.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
ListEulaAcceptancesRequest |
withEulaIds(Collection<String> eulaIds)
The list of EULA IDs that have been previously accepted.
|
ListEulaAcceptancesRequest |
withEulaIds(String... eulaIds)
The list of EULA IDs that have been previously accepted.
|
ListEulaAcceptancesRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListEulaAcceptancesRequest |
withStudioId(String studioId)
The studio ID.
|
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 List<String> getEulaIds()
The list of EULA IDs that have been previously accepted.
public void setEulaIds(Collection<String> eulaIds)
The list of EULA IDs that have been previously accepted.
eulaIds
- The list of EULA IDs that have been previously accepted.public ListEulaAcceptancesRequest withEulaIds(String... eulaIds)
The list of EULA IDs that have been previously accepted.
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
- The list of EULA IDs that have been previously accepted.public ListEulaAcceptancesRequest withEulaIds(Collection<String> eulaIds)
The list of EULA IDs that have been previously accepted.
eulaIds
- The list of EULA IDs that have been previously accepted.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 ListEulaAcceptancesRequest 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 void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public ListEulaAcceptancesRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String toString()
toString
in class Object
Object.toString()
public ListEulaAcceptancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()