@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreatePortfolioShareResult clone()