@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDefaultPatchBaselineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDefaultPatchBaselineResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDefaultPatchBaselineResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaselineId()
The ID of the default patch baseline.
|
String |
getOperatingSystem()
The operating system for the returned patch baseline.
|
int |
hashCode() |
void |
setBaselineId(String baselineId)
The ID of the default patch baseline.
|
void |
setOperatingSystem(OperatingSystem operatingSystem)
The operating system for the returned patch baseline.
|
void |
setOperatingSystem(String operatingSystem)
The operating system for the returned patch baseline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDefaultPatchBaselineResult |
withBaselineId(String baselineId)
The ID of the default patch baseline.
|
GetDefaultPatchBaselineResult |
withOperatingSystem(OperatingSystem operatingSystem)
The operating system for the returned patch baseline.
|
GetDefaultPatchBaselineResult |
withOperatingSystem(String operatingSystem)
The operating system for the returned patch baseline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBaselineId(String baselineId)
The ID of the default patch baseline.
baselineId - The ID of the default patch baseline.public String getBaselineId()
The ID of the default patch baseline.
public GetDefaultPatchBaselineResult withBaselineId(String baselineId)
The ID of the default patch baseline.
baselineId - The ID of the default patch baseline.public void setOperatingSystem(String operatingSystem)
The operating system for the returned patch baseline.
operatingSystem - The operating system for the returned patch baseline.OperatingSystempublic String getOperatingSystem()
The operating system for the returned patch baseline.
OperatingSystempublic GetDefaultPatchBaselineResult withOperatingSystem(String operatingSystem)
The operating system for the returned patch baseline.
operatingSystem - The operating system for the returned patch baseline.OperatingSystempublic void setOperatingSystem(OperatingSystem operatingSystem)
The operating system for the returned patch baseline.
operatingSystem - The operating system for the returned patch baseline.OperatingSystempublic GetDefaultPatchBaselineResult withOperatingSystem(OperatingSystem operatingSystem)
The operating system for the returned patch baseline.
operatingSystem - The operating system for the returned patch baseline.OperatingSystempublic String toString()
toString in class ObjectObject.toString()public GetDefaultPatchBaselineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.