@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
SearchProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getKeyName()
A searchable identifier of a customer profile.
|
Integer |
getMaxResults()
The maximum number of objects returned per page.
|
String |
getNextToken()
The pagination token from the previous SearchProfiles API call.
|
List<String> |
getValues()
A list of key values.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setKeyName(String keyName)
A searchable identifier of a customer profile.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous SearchProfiles API call.
|
void |
setValues(Collection<String> values)
A list of key values.
|
String |
toString()
Returns a string representation of this object.
|
SearchProfilesRequest |
withDomainName(String domainName)
The unique name of the domain.
|
SearchProfilesRequest |
withKeyName(String keyName)
A searchable identifier of a customer profile.
|
SearchProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
SearchProfilesRequest |
withNextToken(String nextToken)
The pagination token from the previous SearchProfiles API call.
|
SearchProfilesRequest |
withValues(Collection<String> values)
A list of key values.
|
SearchProfilesRequest |
withValues(String... values)
A list of key values.
|
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 setNextToken(String nextToken)
The pagination token from the previous SearchProfiles API call.
nextToken
- The pagination token from the previous SearchProfiles API call.public String getNextToken()
The pagination token from the previous SearchProfiles API call.
public SearchProfilesRequest withNextToken(String nextToken)
The pagination token from the previous SearchProfiles API call.
nextToken
- The pagination token from the previous SearchProfiles API call.public void setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults
- The maximum number of objects returned per page.public Integer getMaxResults()
The maximum number of objects returned per page.
public SearchProfilesRequest withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults
- The maximum number of objects returned per page.public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public SearchProfilesRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setKeyName(String keyName)
A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
keyName
- A searchable identifier of a customer profile. The predefined keys you can use to search include:
_account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId,
_marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId,
_zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId,
_shopifyCustomerId, _shopifyOrderId.public String getKeyName()
A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
public SearchProfilesRequest withKeyName(String keyName)
A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
keyName
- A searchable identifier of a customer profile. The predefined keys you can use to search include:
_account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId,
_marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId,
_zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId,
_shopifyCustomerId, _shopifyOrderId.public void setValues(Collection<String> values)
A list of key values.
values
- A list of key values.public SearchProfilesRequest withValues(String... values)
A list of key values.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- A list of key values.public SearchProfilesRequest withValues(Collection<String> values)
A list of key values.
values
- A list of key values.public String toString()
toString
in class Object
Object.toString()
public SearchProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()