@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePortfolioShareStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePortfolioShareStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePortfolioShareStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPortfolioShareToken()
The token for the portfolio share operation.
|
int |
hashCode() |
void |
setPortfolioShareToken(String portfolioShareToken)
The token for the portfolio share operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribePortfolioShareStatusRequest |
withPortfolioShareToken(String portfolioShareToken)
The token for the portfolio share operation.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPortfolioShareToken(String portfolioShareToken)
The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.
portfolioShareToken
- The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by
DeletePortfolioShare.public String getPortfolioShareToken()
The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.
public DescribePortfolioShareStatusRequest withPortfolioShareToken(String portfolioShareToken)
The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.
portfolioShareToken
- The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by
DeletePortfolioShare.public String toString()
toString
in class Object
Object.toString()
public DescribePortfolioShareStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()