@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 String detectorId()
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
public String ipSetId()
The unique ID that specifies the IPSet that you want to update.
public String name()
The unique ID that specifies the IPSet that you want to update.
public String location()
The updated URI of the file that contains the IPSet. 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 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 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.