@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutInventoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutInventoryResult() |
Modifier and Type | Method and Description |
---|---|
PutInventoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Information about the request.
|
int |
hashCode() |
void |
setMessage(String message)
Information about the request.
|
String |
toString()
Returns a string representation of this object.
|
PutInventoryResult |
withMessage(String message)
Information about the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessage(String message)
Information about the request.
message
- Information about the request.public String getMessage()
Information about the request.
public PutInventoryResult withMessage(String message)
Information about the request.
message
- Information about the request.public String toString()
toString
in class Object
Object.toString()
public PutInventoryResult clone()
Copyright © 2020. All rights reserved.