@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveCustomerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains input to the ResolveCustomer
operation.
NOOP
Constructor and Description |
---|
ResolveCustomerRequest() |
Modifier and Type | Method and Description |
---|---|
ResolveCustomerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRegistrationToken()
When a buyer visits your website during the registration process, the buyer submits a registration token through
the browser.
|
int |
hashCode() |
void |
setRegistrationToken(String registrationToken)
When a buyer visits your website during the registration process, the buyer submits a registration token through
the browser.
|
String |
toString()
Returns a string representation of this object.
|
ResolveCustomerRequest |
withRegistrationToken(String registrationToken)
When a buyer visits your website during the registration process, the buyer submits a registration token through
the browser.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRegistrationToken(String registrationToken)
When a buyer visits your website during the registration process, the buyer submits a registration token through
the browser. The registration token is resolved to obtain a CustomerIdentifier
along with the
CustomerAWSAccountId
and ProductCode
.
registrationToken
- When a buyer visits your website during the registration process, the buyer submits a registration token
through the browser. The registration token is resolved to obtain a CustomerIdentifier
along
with the CustomerAWSAccountId
and ProductCode
.public String getRegistrationToken()
When a buyer visits your website during the registration process, the buyer submits a registration token through
the browser. The registration token is resolved to obtain a CustomerIdentifier
along with the
CustomerAWSAccountId
and ProductCode
.
CustomerIdentifier
along
with the CustomerAWSAccountId
and ProductCode
.public ResolveCustomerRequest withRegistrationToken(String registrationToken)
When a buyer visits your website during the registration process, the buyer submits a registration token through
the browser. The registration token is resolved to obtain a CustomerIdentifier
along with the
CustomerAWSAccountId
and ProductCode
.
registrationToken
- When a buyer visits your website during the registration process, the buyer submits a registration token
through the browser. The registration token is resolved to obtain a CustomerIdentifier
along
with the CustomerAWSAccountId
and ProductCode
.public String toString()
toString
in class Object
Object.toString()
public ResolveCustomerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()