@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
along with the
CustomerAWSAccountId
and ProductCode
.
Constructor and Description |
---|
ResolveCustomerResult() |
Modifier and Type | Method and Description |
---|---|
ResolveCustomerResult |
clone() |
boolean |
equals(Object obj) |
String |
getCustomerAWSAccountId()
The
CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer. |
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 |
setCustomerAWSAccountId(String customerAWSAccountId)
The
CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer. |
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.
|
ResolveCustomerResult |
withCustomerAWSAccountId(String customerAWSAccountId)
The
CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer. |
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
.
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.
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 void setCustomerAWSAccountId(String customerAWSAccountId)
The CustomerAWSAccountId
provides the AWS account ID associated with the
CustomerIdentifier
for the individual customer.
customerAWSAccountId
- The CustomerAWSAccountId
provides the AWS account ID associated with the
CustomerIdentifier
for the individual customer.public String getCustomerAWSAccountId()
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 ResolveCustomerResult withCustomerAWSAccountId(String customerAWSAccountId)
The CustomerAWSAccountId
provides the AWS account ID associated with the
CustomerIdentifier
for the individual customer.
customerAWSAccountId
- The CustomerAWSAccountId
provides the AWS account ID associated with the
CustomerIdentifier
for the individual customer.public String toString()
toString
in class Object
Object.toString()
public ResolveCustomerResult clone()