@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, withSdkRequestTimeout
public 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
.ConfigCapabilityType
public String getConfigType()
Type of a Config
.
Config
.ConfigCapabilityType
public DeleteConfigRequest withConfigType(String configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public DeleteConfigRequest withConfigType(ConfigCapabilityType configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public String toString()
toString
in class Object
Object.toString()
public DeleteConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()