@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.
|
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, etc.
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, etc.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 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 © 2019. All rights reserved.