@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegisteredSubscriptionProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRegisteredSubscriptionProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListRegisteredSubscriptionProvidersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next token used for paginated responses.
|
List<RegisteredSubscriptionProvider> |
getRegisteredSubscriptionProviders()
The list of BYOL registration resources that fit the criteria you specified in the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setRegisteredSubscriptionProviders(Collection<RegisteredSubscriptionProvider> registeredSubscriptionProviders)
The list of BYOL registration resources that fit the criteria you specified in the request.
|
String |
toString()
Returns a string representation of this object.
|
ListRegisteredSubscriptionProvidersResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListRegisteredSubscriptionProvidersResult |
withRegisteredSubscriptionProviders(Collection<RegisteredSubscriptionProvider> registeredSubscriptionProviders)
The list of BYOL registration resources that fit the criteria you specified in the request.
|
ListRegisteredSubscriptionProvidersResult |
withRegisteredSubscriptionProviders(RegisteredSubscriptionProvider... registeredSubscriptionProviders)
The list of BYOL registration resources that fit the criteria you specified in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListRegisteredSubscriptionProvidersResult()
public void setNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String getNextToken()
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
public ListRegisteredSubscriptionProvidersResult withNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public List<RegisteredSubscriptionProvider> getRegisteredSubscriptionProviders()
The list of BYOL registration resources that fit the criteria you specified in the request.
public void setRegisteredSubscriptionProviders(Collection<RegisteredSubscriptionProvider> registeredSubscriptionProviders)
The list of BYOL registration resources that fit the criteria you specified in the request.
registeredSubscriptionProviders
- The list of BYOL registration resources that fit the criteria you specified in the request.public ListRegisteredSubscriptionProvidersResult withRegisteredSubscriptionProviders(RegisteredSubscriptionProvider... registeredSubscriptionProviders)
The list of BYOL registration resources that fit the criteria you specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setRegisteredSubscriptionProviders(java.util.Collection)
or
withRegisteredSubscriptionProviders(java.util.Collection)
if you want to override the existing values.
registeredSubscriptionProviders
- The list of BYOL registration resources that fit the criteria you specified in the request.public ListRegisteredSubscriptionProvidersResult withRegisteredSubscriptionProviders(Collection<RegisteredSubscriptionProvider> registeredSubscriptionProviders)
The list of BYOL registration resources that fit the criteria you specified in the request.
registeredSubscriptionProviders
- The list of BYOL registration resources that fit the criteria you specified in the request.public String toString()
toString
in class Object
Object.toString()
public ListRegisteredSubscriptionProvidersResult clone()