@Generated(value="software.amazon.awssdk:codegen") public final class PutComplianceItemsRequest extends SsmRequest implements ToCopyableBuilder<PutComplianceItemsRequest.Builder,PutComplianceItemsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
PutComplianceItemsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static PutComplianceItemsRequest.Builder |
builder() |
String |
complianceType()
Specify the compliance type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
ComplianceExecutionSummary |
executionSummary()
A summary of the call execution that includes an execution ID, the type of execution (for example,
Command ), and the date/time of the execution using a datetime object that is saved in the following
format: yyyy-MM-dd'T'HH:mm:ss'Z'. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
boolean |
hasItems()
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
itemContentHash()
MD5 or SHA-256 content hash.
|
List<ComplianceItemEntry> |
items()
Information about the compliance as defined by the resource type.
|
String |
resourceId()
Specify an ID for this resource.
|
String |
resourceType()
Specify the type of resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutComplianceItemsRequest.Builder> |
serializableBuilderClass() |
PutComplianceItemsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
ComplianceUploadType |
uploadType()
The mode for uploading compliance items.
|
String |
uploadTypeAsString()
The mode for uploading compliance items.
|
overrideConfiguration
copy
public final String resourceId()
Specify an ID for this resource. For a managed instance, this is the instance ID.
public final String resourceType()
Specify the type of resource. ManagedInstance
is currently the only supported resource type.
ManagedInstance
is currently the only supported resource type.public final String complianceType()
Specify the compliance type. For example, specify Association (for a State Manager association), Patch, or
Custom:string
.
string
.public final ComplianceExecutionSummary executionSummary()
A summary of the call execution that includes an execution ID, the type of execution (for example,
Command
), and the date/time of the execution using a datetime object that is saved in the following
format: yyyy-MM-dd'T'HH:mm:ss'Z'.
Command
), and the date/time of the execution using a datetime object that is saved in the
following format: yyyy-MM-dd'T'HH:mm:ss'Z'.public final boolean hasItems()
public final List<ComplianceItemEntry> items()
Information about the compliance as defined by the resource type. For example, for a patch compliance type,
Items
includes information about the PatchSeverity, Classification, and so on.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasItems()
to see if a value was sent in this field.
Items
includes information about the PatchSeverity, Classification, and so on.public final String itemContentHash()
MD5 or SHA-256 content hash. The content hash is used to determine if existing information should be overwritten or ignored. If the content hashes match, the request to put compliance information is ignored.
public final ComplianceUploadType uploadType()
The mode for uploading compliance items. You can specify COMPLETE
or PARTIAL
. In
COMPLETE
mode, the system overwrites all existing compliance information for the resource. You must
provide a full list of compliance items each time you send the request.
In PARTIAL
mode, the system overwrites compliance information for a specific association. The
association must be configured with SyncCompliance
set to MANUAL
. By default, all
requests use COMPLETE
mode.
This attribute is only valid for association compliance.
If the service returns an enum value that is not available in the current SDK version, uploadType
will
return ComplianceUploadType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from uploadTypeAsString()
.
COMPLETE
or PARTIAL
.
In COMPLETE
mode, the system overwrites all existing compliance information for the
resource. You must provide a full list of compliance items each time you send the request.
In PARTIAL
mode, the system overwrites compliance information for a specific association.
The association must be configured with SyncCompliance
set to MANUAL
. By
default, all requests use COMPLETE
mode.
This attribute is only valid for association compliance.
ComplianceUploadType
public final String uploadTypeAsString()
The mode for uploading compliance items. You can specify COMPLETE
or PARTIAL
. In
COMPLETE
mode, the system overwrites all existing compliance information for the resource. You must
provide a full list of compliance items each time you send the request.
In PARTIAL
mode, the system overwrites compliance information for a specific association. The
association must be configured with SyncCompliance
set to MANUAL
. By default, all
requests use COMPLETE
mode.
This attribute is only valid for association compliance.
If the service returns an enum value that is not available in the current SDK version, uploadType
will
return ComplianceUploadType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from uploadTypeAsString()
.
COMPLETE
or PARTIAL
.
In COMPLETE
mode, the system overwrites all existing compliance information for the
resource. You must provide a full list of compliance items each time you send the request.
In PARTIAL
mode, the system overwrites compliance information for a specific association.
The association must be configured with SyncCompliance
set to MANUAL
. By
default, all requests use COMPLETE
mode.
This attribute is only valid for association compliance.
ComplianceUploadType
public PutComplianceItemsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutComplianceItemsRequest.Builder,PutComplianceItemsRequest>
toBuilder
in class SsmRequest
public static PutComplianceItemsRequest.Builder builder()
public static Class<? extends PutComplianceItemsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.