@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProfileKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteProfileKeyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteProfileKeyRequest |
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.
|
String |
getProfileId()
The unique identifier of a customer profile.
|
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 |
setProfileId(String profileId)
The unique identifier of a customer profile.
|
void |
setValues(Collection<String> values)
A list of key values.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProfileKeyRequest |
withDomainName(String domainName)
The unique name of the domain.
|
DeleteProfileKeyRequest |
withKeyName(String keyName)
A searchable identifier of a customer profile.
|
DeleteProfileKeyRequest |
withProfileId(String profileId)
The unique identifier of a customer profile.
|
DeleteProfileKeyRequest |
withValues(Collection<String> values)
A list of key values.
|
DeleteProfileKeyRequest |
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 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 DeleteProfileKeyRequest withProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.public void setKeyName(String keyName)
A searchable identifier of a customer profile.
keyName
- A searchable identifier of a customer profile.public String getKeyName()
A searchable identifier of a customer profile.
public DeleteProfileKeyRequest withKeyName(String keyName)
A searchable identifier of a customer profile.
keyName
- A searchable identifier of a customer profile.public void setValues(Collection<String> values)
A list of key values.
values
- A list of key values.public DeleteProfileKeyRequest 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 DeleteProfileKeyRequest withValues(Collection<String> values)
A list of key values.
values
- A list of key values.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 DeleteProfileKeyRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String toString()
toString
in class Object
Object.toString()
public DeleteProfileKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()