@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() |
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the domain containing the speaker.
|
String |
getSpeakerId()
The identifier of the speaker you want opted-out.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the domain containing 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 containing the speaker.
|
OptOutSpeakerRequest |
withSpeakerId(String speakerId)
The identifier of the speaker you want opted-out.
|
addHandlerContext, copyBaseTo, 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 containing the speaker.
domainId - The identifier of the domain containing the speaker.public String getDomainId()
The identifier of the domain containing the speaker.
public OptOutSpeakerRequest withDomainId(String domainId)
The identifier of the domain containing the speaker.
domainId - The identifier of the domain containing 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()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.