@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProductAsAdminRequest extends ServiceCatalogRequest implements ToCopyableBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProductAsAdminRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static DescribeProductAsAdminRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The product identifier.
|
String |
name()
The product name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProductAsAdminRequest.Builder> |
serializableBuilderClass() |
String |
sourcePortfolioId()
The unique identifier of the shared portfolio that the specified product is associated with.
|
DescribeProductAsAdminRequest.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 id()
The product identifier.
public final String name()
The product name.
public final String sourcePortfolioId()
The unique identifier of the shared portfolio that the specified product is associated with.
You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.
You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.
public DescribeProductAsAdminRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>toBuilder in class ServiceCatalogRequestpublic static DescribeProductAsAdminRequest.Builder builder()
public static Class<? extends DescribeProductAsAdminRequest.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.