@Generated(value="software.amazon.awssdk:codegen") public final class ResolveCustomerResponse extends MarketplaceMeteringResponse implements ToCopyableBuilder<ResolveCustomerResponse.Builder,ResolveCustomerResponse>
The result of the ResolveCustomer operation. Contains the CustomerIdentifier along with the
CustomerAWSAccountId and ProductCode.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolveCustomerResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResolveCustomerResponse.Builder |
builder() |
String |
customerAWSAccountId()
The
CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer. |
String |
customerIdentifier()
The
CustomerIdentifier is used to identify an individual customer in your application. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
productCode()
The product code is returned to confirm that the buyer is registering for your product.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolveCustomerResponse.Builder> |
serializableBuilderClass() |
ResolveCustomerResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customerIdentifier()
The CustomerIdentifier is used to identify an individual customer in your application. Calls to
BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
CustomerIdentifier is used to identify an individual customer in your application. Calls
to BatchMeterUsage require CustomerIdentifiers for each
UsageRecord.public final String productCode()
The product code is returned to confirm that the buyer is registering for your product. Subsequent
BatchMeterUsage calls should be made using this product code.
BatchMeterUsage calls should be made using this product code.public final String customerAWSAccountId()
The CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer.
CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer.public ResolveCustomerResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolveCustomerResponse.Builder,ResolveCustomerResponse>toBuilder in class AwsResponsepublic static ResolveCustomerResponse.Builder builder()
public static Class<? extends ResolveCustomerResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.