@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEulaAcceptancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEulaAcceptancesResult() |
Modifier and Type | Method and Description |
---|---|
ListEulaAcceptancesResult |
clone() |
boolean |
equals(Object obj) |
List<EulaAcceptance> |
getEulaAcceptances()
A collection of EULA acceptances.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setEulaAcceptances(Collection<EulaAcceptance> eulaAcceptances)
A collection of EULA acceptances.
|
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.
|
ListEulaAcceptancesResult |
withEulaAcceptances(Collection<EulaAcceptance> eulaAcceptances)
A collection of EULA acceptances.
|
ListEulaAcceptancesResult |
withEulaAcceptances(EulaAcceptance... eulaAcceptances)
A collection of EULA acceptances.
|
ListEulaAcceptancesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EulaAcceptance> getEulaAcceptances()
A collection of EULA acceptances.
public void setEulaAcceptances(Collection<EulaAcceptance> eulaAcceptances)
A collection of EULA acceptances.
eulaAcceptances
- A collection of EULA acceptances.public ListEulaAcceptancesResult withEulaAcceptances(EulaAcceptance... eulaAcceptances)
A collection of EULA acceptances.
NOTE: This method appends the values to the existing list (if any). Use
setEulaAcceptances(java.util.Collection)
or withEulaAcceptances(java.util.Collection)
if you
want to override the existing values.
eulaAcceptances
- A collection of EULA acceptances.public ListEulaAcceptancesResult withEulaAcceptances(Collection<EulaAcceptance> eulaAcceptances)
A collection of EULA acceptances.
eulaAcceptances
- A collection of EULA acceptances.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 ListEulaAcceptancesResult 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 Object
Object.toString()
public ListEulaAcceptancesResult clone()