@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) |
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) |
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() |
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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceId()
Specify an ID for this resource. For a managed instance, this is the instance ID.
public String resourceType()
Specify the type of resource. ManagedInstance is currently the only supported resource type.
ManagedInstance is currently the only supported resource type.public String complianceType()
Specify the compliance type. For example, specify Association (for a State Manager association), Patch, or
Custom:string.
string.public 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 boolean hasItems()
public 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 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 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.
ComplianceUploadTypepublic 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.
ComplianceUploadTypepublic PutComplianceItemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutComplianceItemsRequest.Builder,PutComplianceItemsRequest>toBuilder in class SsmRequestpublic static PutComplianceItemsRequest.Builder builder()
public static Class<? extends PutComplianceItemsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.