@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteManagedPrefixListResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteManagedPrefixListResult() |
Modifier and Type | Method and Description |
---|---|
DeleteManagedPrefixListResult |
clone() |
boolean |
equals(Object obj) |
ManagedPrefixList |
getPrefixList()
Information about the prefix list.
|
int |
hashCode() |
void |
setPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
String |
toString()
Returns a string representation of this object.
|
DeleteManagedPrefixListResult |
withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
prefixList
- Information about the prefix list.public ManagedPrefixList getPrefixList()
Information about the prefix list.
public DeleteManagedPrefixListResult withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
prefixList
- Information about the prefix list.public String toString()
toString
in class Object
Object.toString()
public DeleteManagedPrefixListResult clone()