@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrialComponentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTrialComponentsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token for getting the next set of components, if there are any.
|
List<TrialComponentSummary> |
getTrialComponentSummaries()
A list of the summaries of your trial components.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token for getting the next set of components, if there are any.
|
void |
setTrialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
|
String |
toString()
Returns a string representation of this object.
|
ListTrialComponentsResult |
withNextToken(String nextToken)
A token for getting the next set of components, if there are any.
|
ListTrialComponentsResult |
withTrialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
|
ListTrialComponentsResult |
withTrialComponentSummaries(TrialComponentSummary... trialComponentSummaries)
A list of the summaries of your trial components.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TrialComponentSummary> getTrialComponentSummaries()
A list of the summaries of your trial components.
public void setTrialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
trialComponentSummaries - A list of the summaries of your trial components.public ListTrialComponentsResult withTrialComponentSummaries(TrialComponentSummary... trialComponentSummaries)
A list of the summaries of your trial components.
NOTE: This method appends the values to the existing list (if any). Use
setTrialComponentSummaries(java.util.Collection) or
withTrialComponentSummaries(java.util.Collection) if you want to override the existing values.
trialComponentSummaries - A list of the summaries of your trial components.public ListTrialComponentsResult withTrialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
trialComponentSummaries - A list of the summaries of your trial components.public void setNextToken(String nextToken)
A token for getting the next set of components, if there are any.
nextToken - A token for getting the next set of components, if there are any.public String getNextToken()
A token for getting the next set of components, if there are any.
public ListTrialComponentsResult withNextToken(String nextToken)
A token for getting the next set of components, if there are any.
nextToken - A token for getting the next set of components, if there are any.public String toString()
toString in class ObjectObject.toString()public ListTrialComponentsResult clone()