@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProvisionedProductRequest extends ServiceCatalogRequest implements ToCopyableBuilder<DescribeProvisionedProductRequest.Builder,DescribeProvisionedProductRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProvisionedProductRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static DescribeProvisionedProductRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The provisioned product identifier.
|
String |
name()
The name of the provisioned product.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProvisionedProductRequest.Builder> |
serializableBuilderClass() |
DescribeProvisionedProductRequest.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 provisioned product identifier. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
will occur.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersException will occur.
public final String name()
The name of the provisioned product. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException
will occur.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersException will occur.
public DescribeProvisionedProductRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProvisionedProductRequest.Builder,DescribeProvisionedProductRequest>toBuilder in class ServiceCatalogRequestpublic static DescribeProvisionedProductRequest.Builder builder()
public static Class<? extends DescribeProvisionedProductRequest.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.