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