@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; useful for testing and debugging.
|
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 and product code.
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 and product code.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 and product code.
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 and product code.
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 and product code.public String toString()
toString
in class Object
Object.toString()
public ResolveCustomerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.