@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, withSdkRequestTimeout
public 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.OperatingSystem
public String getOperatingSystem()
Returns the default patch baseline for the specified operating system.
OperatingSystem
public 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.OperatingSystem
public 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.OperatingSystem
public 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.OperatingSystem
public String toString()
toString
in class Object
Object.toString()
public GetDefaultPatchBaselineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.