@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreManagedPrefixListVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RestoreManagedPrefixListVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
RestoreManagedPrefixListVersionResult |
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.
|
RestoreManagedPrefixListVersionResult |
withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic RestoreManagedPrefixListVersionResult()
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 RestoreManagedPrefixListVersionResult withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
prefixList - Information about the prefix list.public String toString()
toString in class ObjectObject.toString()public RestoreManagedPrefixListVersionResult clone()