@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePortfolioShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdatePortfolioShareResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getPortfolioShareToken()
The token that tracks the status of the
UpdatePortfolioShare operation for external account to
account or organizational type sharing. |
String |
getStatus()
The status of
UpdatePortfolioShare operation. |
int |
hashCode() |
void |
setPortfolioShareToken(String portfolioShareToken)
The token that tracks the status of the
UpdatePortfolioShare operation for external account to
account or organizational type sharing. |
void |
setStatus(String status)
The status of
UpdatePortfolioShare operation. |
String |
toString()
Returns a string representation of this object.
|
UpdatePortfolioShareResult |
withPortfolioShareToken(String portfolioShareToken)
The token that tracks the status of the
UpdatePortfolioShare operation for external account to
account or organizational type sharing. |
UpdatePortfolioShareResult |
withStatus(ShareStatus status)
The status of
UpdatePortfolioShare operation. |
UpdatePortfolioShareResult |
withStatus(String status)
The status of
UpdatePortfolioShare operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPortfolioShareToken(String portfolioShareToken)
The token that tracks the status of the UpdatePortfolioShare operation for external account to
account or organizational type sharing.
portfolioShareToken - The token that tracks the status of the UpdatePortfolioShare operation for external account
to account or organizational type sharing.public String getPortfolioShareToken()
The token that tracks the status of the UpdatePortfolioShare operation for external account to
account or organizational type sharing.
UpdatePortfolioShare operation for external account
to account or organizational type sharing.public UpdatePortfolioShareResult withPortfolioShareToken(String portfolioShareToken)
The token that tracks the status of the UpdatePortfolioShare operation for external account to
account or organizational type sharing.
portfolioShareToken - The token that tracks the status of the UpdatePortfolioShare operation for external account
to account or organizational type sharing.public void setStatus(String status)
The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.
status - The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.ShareStatuspublic String getStatus()
The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.
UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.ShareStatuspublic UpdatePortfolioShareResult withStatus(String status)
The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.
status - The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.ShareStatuspublic UpdatePortfolioShareResult withStatus(ShareStatus status)
The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.
status - The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.ShareStatuspublic String toString()
toString in class ObjectObject.toString()public UpdatePortfolioShareResult clone()