Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetIPSetRequest.Builder,GetIPSetRequest>
@Generated("software.amazon.awssdk:codegen") public class GetIPSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetIPSetRequest.Builder,GetIPSetRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIPSetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetIPSetRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipSetId() |
The
IPSetId of the IPSet that you want to get. |
static Class<? extends GetIPSetRequest.Builder> |
serializableBuilderClass() |
|
GetIPSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String ipSetId()
The IPSetId
of the IPSet that you want to get. IPSetId
is returned by
CreateIPSet and by ListIPSets.
IPSetId
of the IPSet that you want to get. IPSetId
is returned by
CreateIPSet and by ListIPSets.public GetIPSetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIPSetRequest.Builder,GetIPSetRequest>
public static GetIPSetRequest.Builder builder()
public static Class<? extends GetIPSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.