@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSoftwareSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSoftwareSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSoftwareSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the software set to update.
|
String |
getValidationStatus()
An option to define if the software set has been validated.
|
int |
hashCode() |
void |
setId(String id)
The ID of the software set to update.
|
void |
setValidationStatus(String validationStatus)
An option to define if the software set has been validated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSoftwareSetRequest |
withId(String id)
The ID of the software set to update.
|
UpdateSoftwareSetRequest |
withValidationStatus(SoftwareSetValidationStatus validationStatus)
An option to define if the software set has been validated.
|
UpdateSoftwareSetRequest |
withValidationStatus(String validationStatus)
An option to define if the software set has been validated.
|
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 setId(String id)
The ID of the software set to update.
id - The ID of the software set to update.public String getId()
The ID of the software set to update.
public UpdateSoftwareSetRequest withId(String id)
The ID of the software set to update.
id - The ID of the software set to update.public void setValidationStatus(String validationStatus)
An option to define if the software set has been validated.
validationStatus - An option to define if the software set has been validated.SoftwareSetValidationStatuspublic String getValidationStatus()
An option to define if the software set has been validated.
SoftwareSetValidationStatuspublic UpdateSoftwareSetRequest withValidationStatus(String validationStatus)
An option to define if the software set has been validated.
validationStatus - An option to define if the software set has been validated.SoftwareSetValidationStatuspublic UpdateSoftwareSetRequest withValidationStatus(SoftwareSetValidationStatus validationStatus)
An option to define if the software set has been validated.
validationStatus - An option to define if the software set has been validated.SoftwareSetValidationStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateSoftwareSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()