@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 |
getApprovedPatchesComplianceLevel()
The compliance severity level assigned to the patch baseline after the update completed.
|
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.
|
String |
getOperatingSystem()
The operating system rule used by the updated 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 |
setApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
void |
setApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
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 |
setOperatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
|
void |
setOperatingSystem(String operatingSystem)
The operating system rule used by the updated 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 |
withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineResult |
withApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
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 |
withOperatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
|
UpdatePatchBaselineResult |
withOperatingSystem(String operatingSystem)
The operating system rule used by the updated 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 setOperatingSystem(String operatingSystem)
The operating system rule used by the updated patch baseline.
operatingSystem
- The operating system rule used by the updated patch baseline.OperatingSystem
public String getOperatingSystem()
The operating system rule used by the updated patch baseline.
OperatingSystem
public UpdatePatchBaselineResult withOperatingSystem(String operatingSystem)
The operating system rule used by the updated patch baseline.
operatingSystem
- The operating system rule used by the updated patch baseline.OperatingSystem
public void setOperatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
operatingSystem
- The operating system rule used by the updated patch baseline.OperatingSystem
public UpdatePatchBaselineResult withOperatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
operatingSystem
- The operating system rule used by the updated patch baseline.OperatingSystem
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 void setApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
approvedPatchesComplianceLevel
- The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevel
public String getApprovedPatchesComplianceLevel()
The compliance severity level assigned to the patch baseline after the update completed.
PatchComplianceLevel
public UpdatePatchBaselineResult withApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
approvedPatchesComplianceLevel
- The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevel
public void setApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
approvedPatchesComplianceLevel
- The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevel
public UpdatePatchBaselineResult withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
approvedPatchesComplianceLevel
- The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevel
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.