@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDefaultMessageTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDefaultMessageTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDefaultMessageTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default
message type from.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default
message type from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDefaultMessageTypeRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default
message type from.
|
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 setConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
configurationSetName - The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the
default message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the
DescribeConfigurationSets action.public String getConfigurationSetName()
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
public DeleteDefaultMessageTypeRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
configurationSetName - The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the
default message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the
DescribeConfigurationSets action.public String toString()
toString in class ObjectObject.toString()public DeleteDefaultMessageTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.