@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDefaultPatchBaselineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDefaultPatchBaselineRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDefaultPatchBaselineRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOperatingSystem()
Returns the default patch baseline for the specified operating system.
|
int |
hashCode() |
void |
setOperatingSystem(OperatingSystem operatingSystem)
Returns the default patch baseline for the specified operating system.
|
void |
setOperatingSystem(String operatingSystem)
Returns the default patch baseline for the specified operating system.
|
String |
toString()
Returns a string representation of this object.
|
GetDefaultPatchBaselineRequest |
withOperatingSystem(OperatingSystem operatingSystem)
Returns the default patch baseline for the specified operating system.
|
GetDefaultPatchBaselineRequest |
withOperatingSystem(String operatingSystem)
Returns the default patch baseline for the specified operating system.
|
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 setOperatingSystem(String operatingSystem)
Returns the default patch baseline for the specified operating system.
operatingSystem - Returns the default patch baseline for the specified operating system.OperatingSystempublic String getOperatingSystem()
Returns the default patch baseline for the specified operating system.
OperatingSystempublic GetDefaultPatchBaselineRequest withOperatingSystem(String operatingSystem)
Returns the default patch baseline for the specified operating system.
operatingSystem - Returns the default patch baseline for the specified operating system.OperatingSystempublic void setOperatingSystem(OperatingSystem operatingSystem)
Returns the default patch baseline for the specified operating system.
operatingSystem - Returns the default patch baseline for the specified operating system.OperatingSystempublic GetDefaultPatchBaselineRequest withOperatingSystem(OperatingSystem operatingSystem)
Returns the default patch baseline for the specified operating system.
operatingSystem - Returns the default patch baseline for the specified operating system.OperatingSystempublic String toString()
toString in class ObjectObject.toString()public GetDefaultPatchBaselineRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.