@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFindingsRequest extends SecurityHubRequest implements ToCopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFindingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFindingsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AwsSecurityFindingFilters |
filters()
A collection of attributes that specify which findings you want to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NoteUpdate |
note()
The updated note for the finding.
|
RecordState |
recordState()
The updated record state for the finding.
|
String |
recordStateAsString()
The updated record state for the finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFindingsRequest.Builder> |
serializableBuilderClass() |
UpdateFindingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsSecurityFindingFilters filters()
A collection of attributes that specify which findings you want to update.
public final NoteUpdate note()
The updated note for the finding.
public final RecordState recordState()
The updated record state for the finding.
If the service returns an enum value that is not available in the current SDK version, recordState will
return RecordState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
recordStateAsString().
RecordStatepublic final String recordStateAsString()
The updated record state for the finding.
If the service returns an enum value that is not available in the current SDK version, recordState will
return RecordState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
recordStateAsString().
RecordStatepublic UpdateFindingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>toBuilder in class SecurityHubRequestpublic static UpdateFindingsRequest.Builder builder()
public static Class<? extends UpdateFindingsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.