@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationProvider> |
getApplicationProviders()
An array list of structures that describe application providers.
|
String |
getNextToken()
If present, this value indicates that more output is available than is included in the current response.
|
int |
hashCode() |
void |
setApplicationProviders(Collection<ApplicationProvider> applicationProviders)
An array list of structures that describe application providers.
|
void |
setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationProvidersResult |
withApplicationProviders(ApplicationProvider... applicationProviders)
An array list of structures that describe application providers.
|
ListApplicationProvidersResult |
withApplicationProviders(Collection<ApplicationProvider> applicationProviders)
An array list of structures that describe application providers.
|
ListApplicationProvidersResult |
withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationProvider> getApplicationProviders()
An array list of structures that describe application providers.
public void setApplicationProviders(Collection<ApplicationProvider> applicationProviders)
An array list of structures that describe application providers.
applicationProviders
- An array list of structures that describe application providers.public ListApplicationProvidersResult withApplicationProviders(ApplicationProvider... applicationProviders)
An array list of structures that describe application providers.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationProviders(java.util.Collection)
or withApplicationProviders(java.util.Collection)
if you want to override the existing values.
applicationProviders
- An array list of structures that describe application providers.public ListApplicationProvidersResult withApplicationProviders(Collection<ApplicationProvider> applicationProviders)
An array list of structures that describe application providers.
applicationProviders
- An array list of structures that describe application providers.public void setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken
response element comes back as
null
. This indicates that this is the last page of results.
nextToken
- If present, this value indicates that more output is available than is included in the current response.
Use this value in the NextToken
request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken
response element
comes back as null
. This indicates that this is the last page of results.public String getNextToken()
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken
response element comes back as
null
. This indicates that this is the last page of results.
NextToken
request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken
response element
comes back as null
. This indicates that this is the last page of results.public ListApplicationProvidersResult withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken
request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken
response element comes back as
null
. This indicates that this is the last page of results.
nextToken
- If present, this value indicates that more output is available than is included in the current response.
Use this value in the NextToken
request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken
response element
comes back as null
. This indicates that this is the last page of results.public String toString()
toString
in class Object
Object.toString()
public ListApplicationProvidersResult clone()