@Generated(value="software.amazon.awssdk:codegen") public final class UpdateThreatIntelSetRequest extends GuardDutyRequest implements ToCopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateThreatIntelSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
activate()
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
|
static UpdateThreatIntelSetRequest.Builder |
builder() |
String |
detectorId()
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The updated URI of the file that contains the ThreateIntelSet.
|
String |
name()
The unique ID that specifies the ThreatIntelSet that you want to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateThreatIntelSetRequest.Builder> |
serializableBuilderClass() |
String |
threatIntelSetId()
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorId()
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
public final String threatIntelSetId()
The unique ID that specifies the ThreatIntelSet that you want to update.
public final String name()
The unique ID that specifies the ThreatIntelSet that you want to update.
public final String location()
The updated URI of the file that contains the ThreateIntelSet.
public final Boolean activate()
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
public UpdateThreatIntelSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>toBuilder in class GuardDutyRequestpublic static UpdateThreatIntelSetRequest.Builder builder()
public static Class<? extends UpdateThreatIntelSetRequest.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.