@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePortfolioShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeletePortfolioShareResult() |
| Modifier and Type | Method and Description |
|---|---|
DeletePortfolioShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getPortfolioShareToken()
The portfolio share unique identifier.
|
int |
hashCode() |
void |
setPortfolioShareToken(String portfolioShareToken)
The portfolio share unique identifier.
|
String |
toString()
Returns a string representation of this object.
|
DeletePortfolioShareResult |
withPortfolioShareToken(String portfolioShareToken)
The portfolio share unique identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPortfolioShareToken(String portfolioShareToken)
The portfolio share unique identifier. This will only be returned if delete is made to an organization node.
portfolioShareToken - The portfolio share unique identifier. This will only be returned if delete is made to an organization
node.public String getPortfolioShareToken()
The portfolio share unique identifier. This will only be returned if delete is made to an organization node.
public DeletePortfolioShareResult withPortfolioShareToken(String portfolioShareToken)
The portfolio share unique identifier. This will only be returned if delete is made to an organization node.
portfolioShareToken - The portfolio share unique identifier. This will only be returned if delete is made to an organization
node.public String toString()
toString in class ObjectObject.toString()public DeletePortfolioShareResult clone()