@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConformancePackComplianceScoresFilters extends Object implements Serializable, Cloneable, StructuredPojo
A list of filters to apply to the conformance pack compliance score result set.
| Constructor and Description |
|---|
ConformancePackComplianceScoresFilters() |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackComplianceScoresFilters |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConformancePackNames()
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set.
|
String |
toString()
Returns a string representation of this object.
|
ConformancePackComplianceScoresFilters |
withConformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set.
|
ConformancePackComplianceScoresFilters |
withConformancePackNames(String... conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set.
|
public ConformancePackComplianceScoresFilters()
public List<String> getConformancePackNames()
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set. You can include up to 25 conformance packs in the ConformancePackNames array of
strings, each with a character limit of 256 characters for the conformance pack name.
ConformancePackNames array of strings, each with a character limit of 256 characters for the
conformance pack name.public void setConformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set. You can include up to 25 conformance packs in the ConformancePackNames array of
strings, each with a character limit of 256 characters for the conformance pack name.
conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for the
conformance pack name.public ConformancePackComplianceScoresFilters withConformancePackNames(String... conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set. You can include up to 25 conformance packs in the ConformancePackNames array of
strings, each with a character limit of 256 characters for the conformance pack name.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackNames(java.util.Collection) or withConformancePackNames(java.util.Collection)
if you want to override the existing values.
conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for the
conformance pack name.public ConformancePackComplianceScoresFilters withConformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance
score result set. You can include up to 25 conformance packs in the ConformancePackNames array of
strings, each with a character limit of 256 characters for the conformance pack name.
conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for the
conformance pack name.public String toString()
toString in class ObjectObject.toString()public ConformancePackComplianceScoresFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.