@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileObjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProfileObjectsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProfileObjectsRequest |
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.
|
Integer |
getMaxResults()
The maximum number of objects returned per page.
|
String |
getNextToken()
The pagination token from the previous call to ListProfileObjects.
|
ObjectFilter |
getObjectFilter()
Applies a filter to the response to include profile objects with the specified index values.
|
String |
getObjectTypeName()
The name of the profile object type.
|
String |
getProfileId()
The unique identifier of a customer profile.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
|
void |
setObjectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
|
void |
setObjectTypeName(String objectTypeName)
The name of the profile object type.
|
void |
setProfileId(String profileId)
The unique identifier of a customer profile.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileObjectsRequest |
withDomainName(String domainName)
The unique name of the domain.
|
ListProfileObjectsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListProfileObjectsRequest |
withNextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
|
ListProfileObjectsRequest |
withObjectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
|
ListProfileObjectsRequest |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
ListProfileObjectsRequest |
withProfileId(String profileId)
The unique identifier of a customer profile.
|
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 call to ListProfileObjects.
nextToken
- The pagination token from the previous call to ListProfileObjects.public String getNextToken()
The pagination token from the previous call to ListProfileObjects.
public ListProfileObjectsRequest withNextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
nextToken
- The pagination token from the previous call to ListProfileObjects.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 ListProfileObjectsRequest 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 ListProfileObjectsRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName
- The name of the profile object type.public String getObjectTypeName()
The name of the profile object type.
public ListProfileObjectsRequest withObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName
- The name of the profile object type.public void setProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.public String getProfileId()
The unique identifier of a customer profile.
public ListProfileObjectsRequest withProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.public void setObjectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
objectFilter
- Applies a filter to the response to include profile objects with the specified index values.public ObjectFilter getObjectFilter()
Applies a filter to the response to include profile objects with the specified index values.
public ListProfileObjectsRequest withObjectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
objectFilter
- Applies a filter to the response to include profile objects with the specified index values.public String toString()
toString
in class Object
Object.toString()
public ListProfileObjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()