@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 shares a unique identifier that only returns if the portfolio is shared to an organization node.
|
int |
hashCode() |
void |
setPortfolioShareToken(String portfolioShareToken)
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
|
String |
toString()
Returns a string representation of this object.
|
CreatePortfolioShareResult |
withPortfolioShareToken(String portfolioShareToken)
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPortfolioShareToken(String portfolioShareToken)
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
portfolioShareToken
- The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization
node.public String getPortfolioShareToken()
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
public CreatePortfolioShareResult withPortfolioShareToken(String portfolioShareToken)
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
portfolioShareToken
- The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization
node.public String toString()
toString
in class Object
Object.toString()
public CreatePortfolioShareResult clone()