@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 String detectorId()
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
public String threatIntelSetId()
The unique ID that specifies the ThreatIntelSet that you want to update.
public String name()
The unique ID that specifies the ThreatIntelSet that you want to update.
public String location()
The updated URI of the file that contains the ThreateIntelSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
public 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 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.