@Generated(value="software.amazon.awssdk:codegen") public final class ListOrganizationPortfolioAccessRequest extends ServiceCatalogRequest implements ToCopyableBuilder<ListOrganizationPortfolioAccessRequest.Builder,ListOrganizationPortfolioAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListOrganizationPortfolioAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static ListOrganizationPortfolioAccessRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OrganizationNodeType |
organizationNodeType()
The organization node type that will be returned in the output.
|
String |
organizationNodeTypeAsString()
The organization node type that will be returned in the output.
|
Integer |
pageSize()
The maximum number of items to return with this call.
|
String |
pageToken()
The page token for the next set of results.
|
String |
portfolioId()
The portfolio identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListOrganizationPortfolioAccessRequest.Builder> |
serializableBuilderClass() |
ListOrganizationPortfolioAccessRequest.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 portfolioId()
The portfolio identifier. For example, port-2abcdext3y5fk.
port-2abcdext3y5fk.public final OrganizationNodeType organizationNodeType()
The organization node type that will be returned in the output.
ORGANIZATION - Organization that has access to the portfolio.
ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.
ACCOUNT - Account that has access to the portfolio within your organization.
If the service returns an enum value that is not available in the current SDK version,
organizationNodeType will return OrganizationNodeType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from organizationNodeTypeAsString().
ORGANIZATION - Organization that has access to the portfolio.
ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your
organization.
ACCOUNT - Account that has access to the portfolio within your organization.
OrganizationNodeTypepublic final String organizationNodeTypeAsString()
The organization node type that will be returned in the output.
ORGANIZATION - Organization that has access to the portfolio.
ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.
ACCOUNT - Account that has access to the portfolio within your organization.
If the service returns an enum value that is not available in the current SDK version,
organizationNodeType will return OrganizationNodeType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from organizationNodeTypeAsString().
ORGANIZATION - Organization that has access to the portfolio.
ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your
organization.
ACCOUNT - Account that has access to the portfolio within your organization.
OrganizationNodeTypepublic 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 ListOrganizationPortfolioAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListOrganizationPortfolioAccessRequest.Builder,ListOrganizationPortfolioAccessRequest>toBuilder in class ServiceCatalogRequestpublic static ListOrganizationPortfolioAccessRequest.Builder builder()
public static Class<? extends ListOrganizationPortfolioAccessRequest.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.