@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterPatchBaselineForPatchGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterPatchBaselineForPatchGroupResult() |
Modifier and Type | Method and Description |
---|---|
RegisterPatchBaselineForPatchGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaselineId()
The ID of the patch baseline the patch group was registered with.
|
String |
getPatchGroup()
The name of the patch group registered with the patch baseline.
|
int |
hashCode() |
void |
setBaselineId(String baselineId)
The ID of the patch baseline the patch group was 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.
|
RegisterPatchBaselineForPatchGroupResult |
withBaselineId(String baselineId)
The ID of the patch baseline the patch group was registered with.
|
RegisterPatchBaselineForPatchGroupResult |
withPatchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public RegisterPatchBaselineForPatchGroupResult()
public void setBaselineId(String baselineId)
The ID of the patch baseline the patch group was registered with.
baselineId
- The ID of the patch baseline the patch group was registered with.public String getBaselineId()
The ID of the patch baseline the patch group was registered with.
public RegisterPatchBaselineForPatchGroupResult withBaselineId(String baselineId)
The ID of the patch baseline the patch group was registered with.
baselineId
- The ID of the patch baseline the patch group was registered with.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 RegisterPatchBaselineForPatchGroupResult 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 String toString()
toString
in class Object
Object.toString()
public RegisterPatchBaselineForPatchGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.