@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePortfolioShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreatePortfolioShareResult() |
| Modifier and Type | Method and Description |
|---|---|
CreatePortfolioShareResult |
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.
|
CreatePortfolioShareResult |
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 portfolio is shared to an organization node.
portfolioShareToken - The portfolio share unique identifier. This will only be returned if portfolio is shared to an
organization node.public String getPortfolioShareToken()
The portfolio share unique identifier. This will only be returned if portfolio is shared to an organization node.
public CreatePortfolioShareResult withPortfolioShareToken(String portfolioShareToken)
The portfolio share unique identifier. This will only be returned if portfolio is shared to an organization node.
portfolioShareToken - The portfolio share unique identifier. This will only be returned if portfolio is shared to an
organization node.public String toString()
toString in class ObjectObject.toString()public CreatePortfolioShareResult clone()
Copyright © 2019. All rights reserved.