@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveCustomerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of the ResolveCustomer operation. Contains the CustomerIdentifier and product code.
Constructor and Description |
---|
ResolveCustomerResult() |
Modifier and Type | Method and Description |
---|---|
ResolveCustomerResult |
clone() |
boolean |
equals(Object obj) |
String |
getCustomerIdentifier()
The CustomerIdentifier is used to identify an individual customer in your application.
|
String |
getProductCode()
The product code is returned to confirm that the buyer is registering for your product.
|
int |
hashCode() |
void |
setCustomerIdentifier(String customerIdentifier)
The CustomerIdentifier is used to identify an individual customer in your application.
|
void |
setProductCode(String productCode)
The product code is returned to confirm that the buyer is registering for your product.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResolveCustomerResult |
withCustomerIdentifier(String customerIdentifier)
The CustomerIdentifier is used to identify an individual customer in your application.
|
ResolveCustomerResult |
withProductCode(String productCode)
The product code is returned to confirm that the buyer is registering for your product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomerIdentifier(String customerIdentifier)
The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
customerIdentifier
- The CustomerIdentifier is used to identify an individual customer in your application. Calls to
BatchMeterUsage require CustomerIdentifiers for each UsageRecord.public String getCustomerIdentifier()
The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
public ResolveCustomerResult withCustomerIdentifier(String customerIdentifier)
The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
customerIdentifier
- The CustomerIdentifier is used to identify an individual customer in your application. Calls to
BatchMeterUsage require CustomerIdentifiers for each UsageRecord.public void setProductCode(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.
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.public String getProductCode()
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.
public ResolveCustomerResult withProductCode(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.
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.public String toString()
toString
in class Object
Object.toString()
public ResolveCustomerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.