@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateProfileResult clone()
Copyright © 2020. All rights reserved.