public class PatchGroupPatchBaselineMapping extends Object implements Serializable, Cloneable
The mapping between a patch group and the patch baseline the patch group is registered with.
Constructor and Description |
---|
PatchGroupPatchBaselineMapping() |
Modifier and Type | Method and Description |
---|---|
PatchGroupPatchBaselineMapping |
clone() |
boolean |
equals(Object obj) |
PatchBaselineIdentity |
getBaselineIdentity()
The patch baseline the patch group is registered with.
|
String |
getPatchGroup()
The name of the patch group registered with the patch baseline.
|
int |
hashCode() |
void |
setBaselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
void |
setPatchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PatchGroupPatchBaselineMapping |
withBaselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
PatchGroupPatchBaselineMapping |
withPatchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
|
public void setPatchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
patchGroup
- The name of the patch group registered with the patch baseline.public String getPatchGroup()
The name of the patch group registered with the patch baseline.
public PatchGroupPatchBaselineMapping withPatchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
patchGroup
- The name of the patch group registered with the patch baseline.public void setBaselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
baselineIdentity
- The patch baseline the patch group is registered with.public PatchBaselineIdentity getBaselineIdentity()
The patch baseline the patch group is registered with.
public PatchGroupPatchBaselineMapping withBaselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
baselineIdentity
- The patch baseline the patch group is registered with.public String toString()
toString
in class Object
Object.toString()
public PatchGroupPatchBaselineMapping clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.