@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PatchGroupPatchBaselineMapping extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.