@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUsageProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateUsageProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateUsageProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the usage profile that was created.
|
int |
hashCode() |
void |
setName(String name)
The name of the usage profile that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateUsageProfileResult |
withName(String name)
The name of the usage profile that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The name of the usage profile that was created.
name - The name of the usage profile that was created.public String getName()
The name of the usage profile that was created.
public CreateUsageProfileResult withName(String name)
The name of the usage profile that was created.
name - The name of the usage profile that was created.public String toString()
toString in class ObjectObject.toString()public CreateUsageProfileResult clone()