@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptOutSpeakerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
OptOutSpeakerRequest() |
| Modifier and Type | Method and Description |
|---|---|
OptOutSpeakerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the domain that contains the speaker.
|
String |
getSpeakerId()
The identifier of the speaker you want opted-out.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
void |
setSpeakerId(String speakerId)
The identifier of the speaker you want opted-out.
|
String |
toString()
Returns a string representation of this object.
|
OptOutSpeakerRequest |
withDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
OptOutSpeakerRequest |
withSpeakerId(String speakerId)
The identifier of the speaker you want opted-out.
|
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, withSdkRequestTimeoutpublic void setDomainId(String domainId)
The identifier of the domain that contains the speaker.
domainId - The identifier of the domain that contains the speaker.public String getDomainId()
The identifier of the domain that contains the speaker.
public OptOutSpeakerRequest withDomainId(String domainId)
The identifier of the domain that contains the speaker.
domainId - The identifier of the domain that contains the speaker.public void setSpeakerId(String speakerId)
The identifier of the speaker you want opted-out.
speakerId - The identifier of the speaker you want opted-out.public String getSpeakerId()
The identifier of the speaker you want opted-out.
public OptOutSpeakerRequest withSpeakerId(String speakerId)
The identifier of the speaker you want opted-out.
speakerId - The identifier of the speaker you want opted-out.public String toString()
toString in class ObjectObject.toString()public OptOutSpeakerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()