@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomPluginsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCustomPluginsResult() |
Modifier and Type | Method and Description |
---|---|
ListCustomPluginsResult |
clone() |
boolean |
equals(Object obj) |
List<CustomPluginSummary> |
getCustomPlugins()
An array of custom plugin descriptions.
|
String |
getNextToken()
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
int |
hashCode() |
void |
setCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
void |
setNextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomPluginsResult |
withCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResult |
withCustomPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResult |
withNextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CustomPluginSummary> getCustomPlugins()
An array of custom plugin descriptions.
public void setCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
customPlugins
- An array of custom plugin descriptions.public ListCustomPluginsResult withCustomPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
NOTE: This method appends the values to the existing list (if any). Use
setCustomPlugins(java.util.Collection)
or withCustomPlugins(java.util.Collection)
if you want
to override the existing values.
customPlugins
- An array of custom plugin descriptions.public ListCustomPluginsResult withCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
customPlugins
- An array of custom plugin descriptions.public void setNextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken
- If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this
NextToken in a subsequent request to continue listing from where the previous operation left off.public String getNextToken()
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
public ListCustomPluginsResult withNextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken
- If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this
NextToken in a subsequent request to continue listing from where the previous operation left off.public String toString()
toString
in class Object
Object.toString()
public ListCustomPluginsResult clone()