@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAcceptedPortfolioSharesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAcceptedPortfolioSharesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAcceptedPortfolioSharesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
Integer |
getPageSize()
The maximum number of items to return with this call.
|
String |
getPageToken()
The page token for the next set of results.
|
String |
getPortfolioShareType()
The type of shared portfolios to list.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
void |
setPageToken(String pageToken)
The page token for the next set of results.
|
void |
setPortfolioShareType(String portfolioShareType)
The type of shared portfolios to list.
|
String |
toString()
Returns a string representation of this object.
|
ListAcceptedPortfolioSharesRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
ListAcceptedPortfolioSharesRequest |
withPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListAcceptedPortfolioSharesRequest |
withPageToken(String pageToken)
The page token for the next set of results.
|
ListAcceptedPortfolioSharesRequest |
withPortfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list.
|
ListAcceptedPortfolioSharesRequest |
withPortfolioShareType(String portfolioShareType)
The type of shared portfolios to list.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAcceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
public String getAcceptLanguage()
The language code.
en - English (default)
jp - Japanese
zh - Chinese
en - English (default)
jp - Japanese
zh - Chinese
public ListAcceptedPortfolioSharesRequest withAcceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
public void setPageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken - The page token for the next set of results. To retrieve the first set of results, use null.public String getPageToken()
The page token for the next set of results. To retrieve the first set of results, use null.
public ListAcceptedPortfolioSharesRequest withPageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken - The page token for the next set of results. To retrieve the first set of results, use null.public void setPageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize - The maximum number of items to return with this call.public Integer getPageSize()
The maximum number of items to return with this call.
public ListAcceptedPortfolioSharesRequest withPageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize - The maximum number of items to return with this call.public void setPortfolioShareType(String portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
PortfolioShareTypepublic String getPortfolioShareType()
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
PortfolioShareTypepublic ListAcceptedPortfolioSharesRequest withPortfolioShareType(String portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
PortfolioShareTypepublic ListAcceptedPortfolioSharesRequest withPortfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
PortfolioShareTypepublic String toString()
toString in class ObjectObject.toString()public ListAcceptedPortfolioSharesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.