@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateShareResult() |
Modifier and Type | Method and Description |
---|---|
CreateShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getShareId()
The ID that HealthOmics generates for the share.
|
String |
getShareName()
The name of the share.
|
String |
getStatus()
The status of the share.
|
int |
hashCode() |
void |
setShareId(String shareId)
The ID that HealthOmics generates for the share.
|
void |
setShareName(String shareName)
The name of the share.
|
void |
setStatus(String status)
The status of the share.
|
String |
toString()
Returns a string representation of this object.
|
CreateShareResult |
withShareId(String shareId)
The ID that HealthOmics generates for the share.
|
CreateShareResult |
withShareName(String shareName)
The name of the share.
|
CreateShareResult |
withStatus(ShareStatus status)
The status of the share.
|
CreateShareResult |
withStatus(String status)
The status of the share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setShareId(String shareId)
The ID that HealthOmics generates for the share.
shareId
- The ID that HealthOmics generates for the share.public String getShareId()
The ID that HealthOmics generates for the share.
public CreateShareResult withShareId(String shareId)
The ID that HealthOmics generates for the share.
shareId
- The ID that HealthOmics generates for the share.public void setStatus(String status)
The status of the share.
status
- The status of the share.ShareStatus
public String getStatus()
The status of the share.
ShareStatus
public CreateShareResult withStatus(String status)
The status of the share.
status
- The status of the share.ShareStatus
public CreateShareResult withStatus(ShareStatus status)
The status of the share.
status
- The status of the share.ShareStatus
public void setShareName(String shareName)
The name of the share.
shareName
- The name of the share.public String getShareName()
The name of the share.
public CreateShareResult withShareName(String shareName)
The name of the share.
shareName
- The name of the share.public String toString()
toString
in class Object
Object.toString()
public CreateShareResult clone()