@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOptOutListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteOptOutListRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteOptOutListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOptOutListName()
The OptOutListName or OptOutListArn of the OptOutList to delete.
|
int |
hashCode() |
void |
setOptOutListName(String optOutListName)
The OptOutListName or OptOutListArn of the OptOutList to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteOptOutListRequest |
withOptOutListName(String optOutListName)
The OptOutListName or OptOutListArn of the OptOutList to delete.
|
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 setOptOutListName(String optOutListName)
The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to find the values for OptOutListName and OptOutListArn.
optOutListName - The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to
find the values for OptOutListName and OptOutListArn.public String getOptOutListName()
The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to find the values for OptOutListName and OptOutListArn.
public DeleteOptOutListRequest withOptOutListName(String optOutListName)
The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to find the values for OptOutListName and OptOutListArn.
optOutListName - The OptOutListName or OptOutListArn of the OptOutList to delete. You can use DescribeOptOutLists to
find the values for OptOutListName and OptOutListArn.public String toString()
toString in class ObjectObject.toString()public DeleteOptOutListRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()