@Generated(value="software.amazon.awssdk:codegen") public final class CreateIpSetResponse extends Wafv2Response implements ToCopyableBuilder<CreateIpSetResponse.Builder,CreateIpSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateIpSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateIpSetResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateIpSetResponse.Builder> |
serializableBuilderClass() |
IPSetSummary |
summary()
High-level information about an IPSet, returned by operations like create and list.
|
CreateIpSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final IPSetSummary summary()
High-level information about an IPSet, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage an IPSet, and the ARN, that you
provide to the IPSetReferenceStatement to use the address set in a Rule.
IPSet, and the ARN, that
you provide to the IPSetReferenceStatement to use the address set in a Rule.public CreateIpSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateIpSetResponse.Builder,CreateIpSetResponse>toBuilder in class AwsResponsepublic static CreateIpSetResponse.Builder builder()
public static Class<? extends CreateIpSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.