@Generated(value="software.amazon.awssdk:codegen") public final class UpdateInsightRequest extends SecurityHubRequest implements ToCopyableBuilder<UpdateInsightRequest.Builder,UpdateInsightRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateInsightRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateInsightRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AwsSecurityFindingFilters |
filters()
The updated filters that define this insight.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupByAttribute()
The updated
GroupBy attribute that defines this insight. |
int |
hashCode() |
String |
insightArn()
The ARN of the insight that you want to update.
|
String |
name()
The updated name for the insight.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateInsightRequest.Builder> |
serializableBuilderClass() |
UpdateInsightRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String insightArn()
The ARN of the insight that you want to update.
public final String name()
The updated name for the insight.
public final AwsSecurityFindingFilters filters()
The updated filters that define this insight.
public final String groupByAttribute()
The updated GroupBy attribute that defines this insight.
GroupBy attribute that defines this insight.public UpdateInsightRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateInsightRequest.Builder,UpdateInsightRequest>toBuilder in class SecurityHubRequestpublic static UpdateInsightRequest.Builder builder()
public static Class<? extends UpdateInsightRequest.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.