@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTransformersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTransformersResult() |
Modifier and Type | Method and Description |
---|---|
ListTransformersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
List<TransformerSummary> |
getTransformers()
Returns an array of one or more transformer objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
void |
setTransformers(Collection<TransformerSummary> transformers)
Returns an array of one or more transformer objects.
|
String |
toString()
Returns a string representation of this object.
|
ListTransformersResult |
withNextToken(String nextToken)
When additional results are obtained from the command, a
NextToken parameter is returned in the
output. |
ListTransformersResult |
withTransformers(Collection<TransformerSummary> transformers)
Returns an array of one or more transformer objects.
|
ListTransformersResult |
withTransformers(TransformerSummary... transformers)
Returns an array of one or more transformer objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TransformerSummary> getTransformers()
Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The TransformerSummary
contains all the details for a specific transformer.
For each transformer, a TransformerSummary
object is returned. The
TransformerSummary
contains all the details for a specific transformer.
public void setTransformers(Collection<TransformerSummary> transformers)
Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The TransformerSummary
contains all the details for a specific transformer.
transformers
- Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The
TransformerSummary
contains all the details for a specific transformer.
public ListTransformersResult withTransformers(TransformerSummary... transformers)
Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The TransformerSummary
contains all the details for a specific transformer.
NOTE: This method appends the values to the existing list (if any). Use
setTransformers(java.util.Collection)
or withTransformers(java.util.Collection)
if you want to
override the existing values.
transformers
- Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The
TransformerSummary
contains all the details for a specific transformer.
public ListTransformersResult withTransformers(Collection<TransformerSummary> transformers)
Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The TransformerSummary
contains all the details for a specific transformer.
transformers
- Returns an array of one or more transformer objects.
For each transformer, a TransformerSummary
object is returned. The
TransformerSummary
contains all the details for a specific transformer.
public void setNextToken(String nextToken)
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
nextToken
- When additional results are obtained from the command, a NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public String getNextToken()
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public ListTransformersResult withNextToken(String nextToken)
When additional results are obtained from the command, a NextToken
parameter is returned in the
output. You can then pass the NextToken
parameter in a subsequent command to continue listing
additional resources.
nextToken
- When additional results are obtained from the command, a NextToken
parameter is returned in
the output. You can then pass the NextToken
parameter in a subsequent command to continue
listing additional resources.public String toString()
toString
in class Object
Object.toString()
public ListTransformersResult clone()