@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getProfileArn()
The ARN of the newly created room profile in the response.
|
int |
hashCode() |
void |
setProfileArn(String profileArn)
The ARN of the newly created room profile in the response.
|
String |
toString()
Returns a string representation of this object.
|
CreateProfileResult |
withProfileArn(String profileArn)
The ARN of the newly created room profile in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfileArn(String profileArn)
The ARN of the newly created room profile in the response.
profileArn
- The ARN of the newly created room profile in the response.public String getProfileArn()
The ARN of the newly created room profile in the response.
public CreateProfileResult withProfileArn(String profileArn)
The ARN of the newly created room profile in the response.
profileArn
- The ARN of the newly created room profile in the response.public String toString()
toString
in class Object
Object.toString()
public CreateProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.