@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInputsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListInputsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListInputsResult |
clone() |
boolean |
equals(Object obj) |
List<InputSummary> |
getInputSummaries()
Summary information about the inputs.
|
String |
getNextToken()
A token to retrieve the next set of results, or
null if there are no additional results. |
int |
hashCode() |
void |
setInputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
|
void |
setNextToken(String nextToken)
A token to retrieve the next set of results, or
null if there are no additional results. |
String |
toString()
Returns a string representation of this object.
|
ListInputsResult |
withInputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
|
ListInputsResult |
withInputSummaries(InputSummary... inputSummaries)
Summary information about the inputs.
|
ListInputsResult |
withNextToken(String nextToken)
A token to retrieve the next set of results, or
null if there are no additional results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<InputSummary> getInputSummaries()
Summary information about the inputs.
public void setInputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
inputSummaries - Summary information about the inputs.public ListInputsResult withInputSummaries(InputSummary... inputSummaries)
Summary information about the inputs.
NOTE: This method appends the values to the existing list (if any). Use
setInputSummaries(java.util.Collection) or withInputSummaries(java.util.Collection) if you want
to override the existing values.
inputSummaries - Summary information about the inputs.public ListInputsResult withInputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
inputSummaries - Summary information about the inputs.public void setNextToken(String nextToken)
A token to retrieve the next set of results, or null if there are no additional results.
nextToken - A token to retrieve the next set of results, or null if there are no additional results.public String getNextToken()
A token to retrieve the next set of results, or null if there are no additional results.
null if there are no additional results.public ListInputsResult withNextToken(String nextToken)
A token to retrieve the next set of results, or null if there are no additional results.
nextToken - A token to retrieve the next set of results, or null if there are no additional results.public String toString()
toString in class ObjectObject.toString()public ListInputsResult clone()
Copyright © 2020. All rights reserved.