@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2SecurityGroupPrefixListId extends Object implements Serializable, Cloneable, StructuredPojo
A prefix list ID.
Constructor and Description |
---|
AwsEc2SecurityGroupPrefixListId() |
Modifier and Type | Method and Description |
---|---|
AwsEc2SecurityGroupPrefixListId |
clone() |
boolean |
equals(Object obj) |
String |
getPrefixListId()
The ID of the prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPrefixListId(String prefixListId)
The ID of the prefix.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2SecurityGroupPrefixListId |
withPrefixListId(String prefixListId)
The ID of the prefix.
|
public void setPrefixListId(String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.public String getPrefixListId()
The ID of the prefix.
public AwsEc2SecurityGroupPrefixListId withPrefixListId(String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.public String toString()
toString
in class Object
Object.toString()
public AwsEc2SecurityGroupPrefixListId 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.