@Generated(value="software.amazon.awssdk:codegen") public final class ListAcceptedPortfolioSharesRequest extends ServiceCatalogRequest implements ToCopyableBuilder<ListAcceptedPortfolioSharesRequest.Builder,ListAcceptedPortfolioSharesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAcceptedPortfolioSharesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static ListAcceptedPortfolioSharesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pageSize()
The maximum number of items to return with this call.
|
String |
pageToken()
The page token for the next set of results.
|
PortfolioShareType |
portfolioShareType()
The type of shared portfolios to list.
|
String |
portfolioShareTypeAsString()
The type of shared portfolios to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAcceptedPortfolioSharesRequest.Builder> |
serializableBuilderClass() |
ListAcceptedPortfolioSharesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acceptLanguage()
The language code.
jp - Japanese
zh - Chinese
jp - Japanese
zh - Chinese
public final String pageToken()
The page token for the next set of results. To retrieve the first set of results, use null.
public final Integer pageSize()
The maximum number of items to return with this call.
public final PortfolioShareType portfolioShareType()
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the management
account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through account-to-account
sharing.
If the service returns an enum value that is not available in the current SDK version,
portfolioShareType will return PortfolioShareType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from portfolioShareTypeAsString().
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the
management account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through
account-to-account sharing.
PortfolioShareTypepublic final String portfolioShareTypeAsString()
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the management
account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through account-to-account
sharing.
If the service returns an enum value that is not available in the current SDK version,
portfolioShareType will return PortfolioShareType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from portfolioShareTypeAsString().
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the
management account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through
account-to-account sharing.
PortfolioShareTypepublic ListAcceptedPortfolioSharesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAcceptedPortfolioSharesRequest.Builder,ListAcceptedPortfolioSharesRequest>toBuilder in class ServiceCatalogRequestpublic static ListAcceptedPortfolioSharesRequest.Builder builder()
public static Class<? extends ListAcceptedPortfolioSharesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.