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