Class GetAggregateComplianceDetailsByConfigRuleRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.config.model.ConfigRequest
-
- software.amazon.awssdk.services.config.model.GetAggregateComplianceDetailsByConfigRuleRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetAggregateComplianceDetailsByConfigRuleRequest extends ConfigRequest implements ToCopyableBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetAggregateComplianceDetailsByConfigRuleRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The 12-digit account ID of the source account.StringawsRegion()The source region from where the data is aggregated.static GetAggregateComplianceDetailsByConfigRuleRequest.Builderbuilder()ComplianceTypecomplianceType()The resource compliance status.StringcomplianceTypeAsString()The resource compliance status.StringconfigRuleName()The name of the Config rule for which you want compliance information.StringconfigurationAggregatorName()The name of the configuration aggregator.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of evaluation results returned on each page.StringnextToken()ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.List<SdkField<?>>sdkFields()static Class<? extends GetAggregateComplianceDetailsByConfigRuleRequest.Builder>serializableBuilderClass()GetAggregateComplianceDetailsByConfigRuleRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configurationAggregatorName
public final String configurationAggregatorName()
The name of the configuration aggregator.
- Returns:
- The name of the configuration aggregator.
-
configRuleName
public final String configRuleName()
The name of the Config rule for which you want compliance information.
- Returns:
- The name of the Config rule for which you want compliance information.
-
accountId
public final String accountId()
The 12-digit account ID of the source account.
- Returns:
- The 12-digit account ID of the source account.
-
awsRegion
public final String awsRegion()
The source region from where the data is aggregated.
- Returns:
- The source region from where the data is aggregated.
-
complianceType
public final ComplianceType complianceType()
The resource compliance status.
For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The resource compliance status.
For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues. - See Also:
ComplianceType
-
complianceTypeAsString
public final String complianceTypeAsString()
The resource compliance status.
For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The resource compliance status.
For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues. - See Also:
ComplianceType
-
limit
public final Integer limit()
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
- Returns:
- The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
-
nextToken
public final String nextToken()
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.
-
toBuilder
public GetAggregateComplianceDetailsByConfigRuleRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>- Specified by:
toBuilderin classConfigRequest
-
builder
public static GetAggregateComplianceDetailsByConfigRuleRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetAggregateComplianceDetailsByConfigRuleRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-