@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()
 The token that you can use to return the next set of results, or  nullif there are no more results. | 
| int | hashCode() | 
| void | setInputSummaries(Collection<InputSummary> inputSummaries)
 Summary information about the inputs. | 
| void | setNextToken(String nextToken)
 The token that you can use to return the next set of results, or  nullif there are no more 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)
 The token that you can use to return the next set of results, or  nullif there are no more 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)
 The token that you can use to return the next set of results, or null if there are no more results.
 
nextToken - The token that you can use to return the next set of results, or null if there are no more
        results.public String getNextToken()
 The token that you can use to return the next set of results, or null if there are no more results.
 
null if there are no more
         results.public ListInputsResult withNextToken(String nextToken)
 The token that you can use to return the next set of results, or null if there are no more results.
 
nextToken - The token that you can use to return the next set of results, or null if there are no more
        results.public String toString()
toString in class ObjectObject.toString()public ListInputsResult clone()