@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutConfigurationSetVdmOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to add specific VDM settings to a configuration set.
NOOP
Constructor and Description |
---|
PutConfigurationSetVdmOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutConfigurationSetVdmOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set.
|
VdmOptions |
getVdmOptions()
The VDM options to apply to the configuration set.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
void |
setVdmOptions(VdmOptions vdmOptions)
The VDM options to apply to the configuration set.
|
String |
toString()
Returns a string representation of this object.
|
PutConfigurationSetVdmOptionsRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
PutConfigurationSetVdmOptionsRequest |
withVdmOptions(VdmOptions vdmOptions)
The VDM options to apply to the configuration set.
|
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 PutConfigurationSetVdmOptionsRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.public String getConfigurationSetName()
The name of the configuration set.
public PutConfigurationSetVdmOptionsRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.public void setVdmOptions(VdmOptions vdmOptions)
The VDM options to apply to the configuration set.
vdmOptions
- The VDM options to apply to the configuration set.public VdmOptions getVdmOptions()
The VDM options to apply to the configuration set.
public PutConfigurationSetVdmOptionsRequest withVdmOptions(VdmOptions vdmOptions)
The VDM options to apply to the configuration set.
vdmOptions
- The VDM options to apply to the configuration set.public String toString()
toString
in class Object
Object.toString()
public PutConfigurationSetVdmOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()