@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateInputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateInputResult() |
Modifier and Type | Method and Description |
---|---|
UpdateInputResult |
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.
|
UpdateInputResult |
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 UpdateInputResult 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 UpdateInputResult clone()