public class UpdatePatchBaselineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePatchBaselineResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePatchBaselineResult |
clone() |
boolean |
equals(Object obj) |
PatchRuleGroup |
getApprovalRules()
A set of rules used to include patches in the baseline.
|
List<String> |
getApprovedPatches()
A list of explicitly approved patches for the baseline.
|
String |
getBaselineId()
The ID of the deleted patch baseline.
|
Date |
getCreatedDate()
The date when the patch baseline was created.
|
String |
getDescription()
A description of the Patch Baseline.
|
PatchFilterGroup |
getGlobalFilters()
A set of global filters used to exclude patches from the baseline.
|
Date |
getModifiedDate()
The date when the patch baseline was last modified.
|
String |
getName()
The name of the patch baseline.
|
List<String> |
getRejectedPatches()
A list of explicitly rejected patches for the baseline.
|
int |
hashCode() |
void |
setApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
void |
setApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
void |
setBaselineId(String baselineId)
The ID of the deleted patch baseline.
|
void |
setCreatedDate(Date createdDate)
The date when the patch baseline was created.
|
void |
setDescription(String description)
A description of the Patch Baseline.
|
void |
setGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
void |
setModifiedDate(Date modifiedDate)
The date when the patch baseline was last modified.
|
void |
setName(String name)
The name of the patch baseline.
|
void |
setRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdatePatchBaselineResult |
withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineResult |
withApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResult |
withApprovedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResult |
withBaselineId(String baselineId)
The ID of the deleted patch baseline.
|
UpdatePatchBaselineResult |
withCreatedDate(Date createdDate)
The date when the patch baseline was created.
|
UpdatePatchBaselineResult |
withDescription(String description)
A description of the Patch Baseline.
|
UpdatePatchBaselineResult |
withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResult |
withModifiedDate(Date modifiedDate)
The date when the patch baseline was last modified.
|
UpdatePatchBaselineResult |
withName(String name)
The name of the patch baseline.
|
UpdatePatchBaselineResult |
withRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResult |
withRejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBaselineId(String baselineId)
The ID of the deleted patch baseline.
baselineId
- The ID of the deleted patch baseline.public String getBaselineId()
The ID of the deleted patch baseline.
public UpdatePatchBaselineResult withBaselineId(String baselineId)
The ID of the deleted patch baseline.
baselineId
- The ID of the deleted patch baseline.public void setName(String name)
The name of the patch baseline.
name
- The name of the patch baseline.public String getName()
The name of the patch baseline.
public UpdatePatchBaselineResult withName(String name)
The name of the patch baseline.
name
- The name of the patch baseline.public void setGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
globalFilters
- A set of global filters used to exclude patches from the baseline.public PatchFilterGroup getGlobalFilters()
A set of global filters used to exclude patches from the baseline.
public UpdatePatchBaselineResult withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
globalFilters
- A set of global filters used to exclude patches from the baseline.public void setApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
approvalRules
- A set of rules used to include patches in the baseline.public PatchRuleGroup getApprovalRules()
A set of rules used to include patches in the baseline.
public UpdatePatchBaselineResult withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
approvalRules
- A set of rules used to include patches in the baseline.public List<String> getApprovedPatches()
A list of explicitly approved patches for the baseline.
public void setApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches
- A list of explicitly approved patches for the baseline.public UpdatePatchBaselineResult withApprovedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
NOTE: This method appends the values to the existing list (if any). Use
setApprovedPatches(java.util.Collection)
or withApprovedPatches(java.util.Collection)
if you
want to override the existing values.
approvedPatches
- A list of explicitly approved patches for the baseline.public UpdatePatchBaselineResult withApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches
- A list of explicitly approved patches for the baseline.public List<String> getRejectedPatches()
A list of explicitly rejected patches for the baseline.
public void setRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches
- A list of explicitly rejected patches for the baseline.public UpdatePatchBaselineResult withRejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
NOTE: This method appends the values to the existing list (if any). Use
setRejectedPatches(java.util.Collection)
or withRejectedPatches(java.util.Collection)
if you
want to override the existing values.
rejectedPatches
- A list of explicitly rejected patches for the baseline.public UpdatePatchBaselineResult withRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches
- A list of explicitly rejected patches for the baseline.public void setCreatedDate(Date createdDate)
The date when the patch baseline was created.
createdDate
- The date when the patch baseline was created.public Date getCreatedDate()
The date when the patch baseline was created.
public UpdatePatchBaselineResult withCreatedDate(Date createdDate)
The date when the patch baseline was created.
createdDate
- The date when the patch baseline was created.public void setModifiedDate(Date modifiedDate)
The date when the patch baseline was last modified.
modifiedDate
- The date when the patch baseline was last modified.public Date getModifiedDate()
The date when the patch baseline was last modified.
public UpdatePatchBaselineResult withModifiedDate(Date modifiedDate)
The date when the patch baseline was last modified.
modifiedDate
- The date when the patch baseline was last modified.public void setDescription(String description)
A description of the Patch Baseline.
description
- A description of the Patch Baseline.public String getDescription()
A description of the Patch Baseline.
public UpdatePatchBaselineResult withDescription(String description)
A description of the Patch Baseline.
description
- A description of the Patch Baseline.public String toString()
toString
in class Object
Object.toString()
public UpdatePatchBaselineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.