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