@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.
|
Boolean |
getApprovedPatchesEnableNonSecurity()
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
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.
|
String |
getRejectedPatchesAction()
The action specified to take on patches included in the RejectedPatches list.
|
List<PatchSource> |
getSources()
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
int |
hashCode() |
Boolean |
isApprovedPatchesEnableNonSecurity()
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
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 |
setApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
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.
|
void |
setRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
void |
setRejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
void |
setSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
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.
|
UpdatePatchBaselineResult |
withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineResult |
withRejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineResult |
withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
UpdatePatchBaselineResult |
withSources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
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 void setApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
approvedPatchesEnableNonSecurity
- Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances. The default value is 'false'. Applies to Linux instances only.public Boolean getApprovedPatchesEnableNonSecurity()
Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
public UpdatePatchBaselineResult withApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
approvedPatchesEnableNonSecurity
- Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances. The default value is 'false'. Applies to Linux instances only.public Boolean isApprovedPatchesEnableNonSecurity()
Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
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 setRejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
rejectedPatchesAction
- The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only
if it is a dependency of another package, or blocked entirely along with packages that include it as a
dependency.PatchAction
public String getRejectedPatchesAction()
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
PatchAction
public UpdatePatchBaselineResult withRejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
rejectedPatchesAction
- The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only
if it is a dependency of another package, or blocked entirely along with packages that include it as a
dependency.PatchAction
public void setRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
rejectedPatchesAction
- The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only
if it is a dependency of another package, or blocked entirely along with packages that include it as a
dependency.PatchAction
public UpdatePatchBaselineResult withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
rejectedPatchesAction
- The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only
if it is a dependency of another package, or blocked entirely along with packages that include it as a
dependency.PatchAction
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 List<PatchSource> getSources()
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.
public void setSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.
sources
- Information about the patches to use to update the instances, including target operating systems and
source repositories. Applies to Linux instances only.public UpdatePatchBaselineResult withSources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- Information about the patches to use to update the instances, including target operating systems and
source repositories. Applies to Linux instances only.public UpdatePatchBaselineResult withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.
sources
- Information about the patches to use to update the instances, including target operating systems and
source repositories. Applies to Linux instances only.public String toString()
toString
in class Object
Object.toString()
public UpdatePatchBaselineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.