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