StructuredPojo, ToCopyableBuilder<IPSetSummary.Builder,IPSetSummary>@Generated("software.amazon.awssdk:codegen") public class IPSetSummary extends Object implements StructuredPojo, ToCopyableBuilder<IPSetSummary.Builder,IPSetSummary>
Contains the identifier and the name of the IPSet.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
IPSetSummary.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static IPSetSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipSetId() |
The
IPSetId for an IPSet. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name() |
A friendly name or description of the IPSet.
|
static Class<? extends IPSetSummary.Builder> |
serializableBuilderClass() |
|
IPSetSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String ipSetId()
public String name()
A friendly name or description of the IPSet. You can't change the name of an IPSet after you
create it.
IPSet
after you create it.public IPSetSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<IPSetSummary.Builder,IPSetSummary>public static IPSetSummary.Builder builder()
public static Class<? extends IPSetSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.