@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 profile ARN.
|
String |
getProfileVersion()
Version of the profile.
|
int |
hashCode() |
void |
setProfileArn(String profileArn)
The profile ARN.
|
void |
setProfileVersion(String profileVersion)
Version of the profile.
|
String |
toString()
Returns a string representation of this object.
|
CreateProfileResult |
withProfileArn(String profileArn)
The profile ARN.
|
CreateProfileResult |
withProfileVersion(String profileVersion)
Version of the profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public String getProfileArn()
The profile ARN.
public CreateProfileResult withProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public void setProfileVersion(String profileVersion)
Version of the profile.
profileVersion - Version of the profile.public String getProfileVersion()
Version of the profile.
public CreateProfileResult withProfileVersion(String profileVersion)
Version of the profile.
profileVersion - Version of the profile.public String toString()
toString in class ObjectObject.toString()public CreateProfileResult clone()