@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypeRegistrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTypeRegistrationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTypeRegistrationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all the remaining results,
NextToken is set to a token. |
List<String> |
getRegistrationTokenList()
A list of extension registration tokens.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
void |
setRegistrationTokenList(Collection<String> registrationTokenList)
A list of extension registration tokens.
|
String |
toString()
Returns a string representation of this object.
|
ListTypeRegistrationsResult |
withNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListTypeRegistrationsResult |
withRegistrationTokenList(Collection<String> registrationTokenList)
A list of extension registration tokens.
|
ListTypeRegistrationsResult |
withRegistrationTokenList(String... registrationTokenList)
A list of extension registration tokens.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getRegistrationTokenList()
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
Use DescribeTypeRegistration to return detailed information about a type registration request.
public void setRegistrationTokenList(Collection<String> registrationTokenList)
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
registrationTokenList - A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
public ListTypeRegistrationsResult withRegistrationTokenList(String... registrationTokenList)
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
NOTE: This method appends the values to the existing list (if any). Use
setRegistrationTokenList(java.util.Collection) or
withRegistrationTokenList(java.util.Collection) if you want to override the existing values.
registrationTokenList - A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
public ListTypeRegistrationsResult withRegistrationTokenList(Collection<String> registrationTokenList)
A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
registrationTokenList - A list of extension registration tokens.
Use DescribeTypeRegistration to return detailed information about a type registration request.
public void setNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.public String getNextToken()
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.public ListTypeRegistrationsResult withNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve
the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.public String toString()
toString in class ObjectObject.toString()public ListTypeRegistrationsResult clone()
Copyright © 2024. All rights reserved.