@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeInputResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResult |
clone() |
boolean |
equals(Object obj) |
Input |
getInput()
Information about the input.
|
int |
hashCode() |
void |
setInput(Input input)
Information about the input.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInputResult |
withInput(Input input)
Information about the input.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setInput(Input input)
Information about the input.
input - Information about the input.public Input getInput()
Information about the input.
public DescribeInputResult withInput(Input input)
Information about the input.
input - Information about the input.public String toString()
toString in class ObjectObject.toString()public DescribeInputResult clone()