@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfileShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateProfileShareResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getProfileArn()
The profile ARN.
|
String |
getShareId() |
int |
hashCode() |
void |
setProfileArn(String profileArn)
The profile ARN.
|
void |
setShareId(String shareId) |
String |
toString()
Returns a string representation of this object.
|
CreateProfileShareResult |
withProfileArn(String profileArn)
The profile ARN.
|
CreateProfileShareResult |
withShareId(String shareId) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setShareId(String shareId)
shareId - public String getShareId()
public CreateProfileShareResult withShareId(String shareId)
shareId - public void setProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public String getProfileArn()
The profile ARN.
public CreateProfileShareResult withProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public String toString()
toString in class ObjectObject.toString()public CreateProfileShareResult clone()