@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IPSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the identifier and the name of the IPSet
.
Constructor and Description |
---|
IPSetSummary() |
Modifier and Type | Method and Description |
---|---|
IPSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getIPSetId()
The
IPSetId for an IPSet. |
String |
getName()
A friendly name or description of the IPSet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIPSetId(String iPSetId)
The
IPSetId for an IPSet. |
void |
setName(String name)
A friendly name or description of the IPSet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
IPSetSummary |
withIPSetId(String iPSetId)
The
IPSetId for an IPSet. |
IPSetSummary |
withName(String name)
A friendly name or description of the IPSet.
|
public void setIPSetId(String iPSetId)
public String getIPSetId()
public IPSetSummary withIPSetId(String iPSetId)
public void setName(String name)
A friendly name or description of the IPSet. You can't change the name of an IPSet
after you
create it.
name
- A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.public String getName()
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 withName(String name)
A friendly name or description of the IPSet. You can't change the name of an IPSet
after you
create it.
name
- A friendly name or description of the IPSet. You can't change the name of an IPSet
after you create it.public String toString()
toString
in class Object
Object.toString()
public IPSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.