@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 |
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 |
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 |
withPatchGroup(String patchGroup)
The name of the patch group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 String toString()
toString
in class Object
Object.toString()
public GetPatchBaselineForPatchGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.