@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.