@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfiguredAudienceModelAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConfiguredAudienceModelAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfiguredAudienceModelAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfiguredAudienceModelAssociationIdentifier()
A unique identifier for the configured audience model association that you want to update.
|
String |
getDescription()
A new description for the configured audience model association.
|
String |
getMembershipIdentifier()
A unique identifier of the membership that contains the configured audience model association that you want to
update.
|
String |
getName()
A new name for the configured audience model association.
|
int |
hashCode() |
void |
setConfiguredAudienceModelAssociationIdentifier(String configuredAudienceModelAssociationIdentifier)
A unique identifier for the configured audience model association that you want to update.
|
void |
setDescription(String description)
A new description for the configured audience model association.
|
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier of the membership that contains the configured audience model association that you want to
update.
|
void |
setName(String name)
A new name for the configured audience model association.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguredAudienceModelAssociationRequest |
withConfiguredAudienceModelAssociationIdentifier(String configuredAudienceModelAssociationIdentifier)
A unique identifier for the configured audience model association that you want to update.
|
UpdateConfiguredAudienceModelAssociationRequest |
withDescription(String description)
A new description for the configured audience model association.
|
UpdateConfiguredAudienceModelAssociationRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier of the membership that contains the configured audience model association that you want to
update.
|
UpdateConfiguredAudienceModelAssociationRequest |
withName(String name)
A new name for the configured audience model association.
|
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 UpdateConfiguredAudienceModelAssociationRequest()
public void setConfiguredAudienceModelAssociationIdentifier(String configuredAudienceModelAssociationIdentifier)
A unique identifier for the configured audience model association that you want to update.
configuredAudienceModelAssociationIdentifier
- A unique identifier for the configured audience model association that you want to update.public String getConfiguredAudienceModelAssociationIdentifier()
A unique identifier for the configured audience model association that you want to update.
public UpdateConfiguredAudienceModelAssociationRequest withConfiguredAudienceModelAssociationIdentifier(String configuredAudienceModelAssociationIdentifier)
A unique identifier for the configured audience model association that you want to update.
configuredAudienceModelAssociationIdentifier
- A unique identifier for the configured audience model association that you want to update.public void setMembershipIdentifier(String membershipIdentifier)
A unique identifier of the membership that contains the configured audience model association that you want to update.
membershipIdentifier
- A unique identifier of the membership that contains the configured audience model association that you
want to update.public String getMembershipIdentifier()
A unique identifier of the membership that contains the configured audience model association that you want to update.
public UpdateConfiguredAudienceModelAssociationRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier of the membership that contains the configured audience model association that you want to update.
membershipIdentifier
- A unique identifier of the membership that contains the configured audience model association that you
want to update.public void setDescription(String description)
A new description for the configured audience model association.
description
- A new description for the configured audience model association.public String getDescription()
A new description for the configured audience model association.
public UpdateConfiguredAudienceModelAssociationRequest withDescription(String description)
A new description for the configured audience model association.
description
- A new description for the configured audience model association.public void setName(String name)
A new name for the configured audience model association.
name
- A new name for the configured audience model association.public String getName()
A new name for the configured audience model association.
public UpdateConfiguredAudienceModelAssociationRequest withName(String name)
A new name for the configured audience model association.
name
- A new name for the configured audience model association.public String toString()
toString
in class Object
Object.toString()
public UpdateConfiguredAudienceModelAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()