@Generated(value="software.amazon.awssdk:codegen") public final class ConformancePackDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConformancePackDetail.Builder,ConformancePackDetail>
Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConformancePackDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConformancePackDetail.Builder |
builder() |
String |
conformancePackArn()
Amazon Resource Name (ARN) of the conformance pack.
|
String |
conformancePackId()
ID of the conformance pack.
|
List<ConformancePackInputParameter> |
conformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
String |
conformancePackName()
Name of the conformance pack.
|
String |
createdBy()
The Amazon Web Services service that created the conformance pack.
|
String |
deliveryS3Bucket()
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
String |
deliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConformancePackInputParameters()
For responses, this returns true if the service returned a value for the ConformancePackInputParameters property.
|
int |
hashCode() |
Instant |
lastUpdateRequestedTime()
The last time a conformation pack update was requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConformancePackDetail.Builder> |
serializableBuilderClass() |
TemplateSSMDocumentDetails |
templateSSMDocumentDetails()
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager
document (SSM document) and the version of the SSM document that is used to create a conformance pack.
|
ConformancePackDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String conformancePackName()
Name of the conformance pack.
public final String conformancePackArn()
Amazon Resource Name (ARN) of the conformance pack.
public final String conformancePackId()
ID of the conformance pack.
public final String deliveryS3Bucket()
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
This field is optional.
public final String deliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
This field is optional.
This field is optional.
public final boolean hasConformancePackInputParameters()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<ConformancePackInputParameter> conformancePackInputParameters()
A list of ConformancePackInputParameter objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasConformancePackInputParameters() method.
ConformancePackInputParameter objects.public final Instant lastUpdateRequestedTime()
The last time a conformation pack update was requested.
public final String createdBy()
The Amazon Web Services service that created the conformance pack.
public final TemplateSSMDocumentDetails templateSSMDocumentDetails()
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
public ConformancePackDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConformancePackDetail.Builder,ConformancePackDetail>public static ConformancePackDetail.Builder builder()
public static Class<? extends ConformancePackDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.