@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigId()
UUID of a
Config. |
String |
getConfigType()
Type of a
Config. |
int |
hashCode() |
void |
setConfigId(String configId)
UUID of a
Config. |
void |
setConfigType(String configType)
Type of a
Config. |
String |
toString()
Returns a string representation of this object.
|
DeleteConfigRequest |
withConfigId(String configId)
UUID of a
Config. |
DeleteConfigRequest |
withConfigType(ConfigCapabilityType configType)
Type of a
Config. |
DeleteConfigRequest |
withConfigType(String configType)
Type of a
Config. |
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 setConfigId(String configId)
UUID of a Config.
configId - UUID of a Config.public String getConfigId()
UUID of a Config.
Config.public DeleteConfigRequest withConfigId(String configId)
UUID of a Config.
configId - UUID of a Config.public void setConfigType(String configType)
Type of a Config.
configType - Type of a Config.ConfigCapabilityTypepublic String getConfigType()
Type of a Config.
Config.ConfigCapabilityTypepublic DeleteConfigRequest withConfigType(String configType)
Type of a Config.
configType - Type of a Config.ConfigCapabilityTypepublic DeleteConfigRequest withConfigType(ConfigCapabilityType configType)
Type of a Config.
configType - Type of a Config.ConfigCapabilityTypepublic String toString()
toString in class ObjectObject.toString()public DeleteConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()