@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAcceleratorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAcceleratorResult() |
Modifier and Type | Method and Description |
---|---|
CreateAcceleratorResult |
clone() |
boolean |
equals(Object obj) |
Accelerator |
getAccelerator()
The accelerator that is created by specifying a listener and the supported IP address types.
|
int |
hashCode() |
void |
setAccelerator(Accelerator accelerator)
The accelerator that is created by specifying a listener and the supported IP address types.
|
String |
toString()
Returns a string representation of this object.
|
CreateAcceleratorResult |
withAccelerator(Accelerator accelerator)
The accelerator that is created by specifying a listener and the supported IP address types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccelerator(Accelerator accelerator)
The accelerator that is created by specifying a listener and the supported IP address types.
accelerator
- The accelerator that is created by specifying a listener and the supported IP address types.public Accelerator getAccelerator()
The accelerator that is created by specifying a listener and the supported IP address types.
public CreateAcceleratorResult withAccelerator(Accelerator accelerator)
The accelerator that is created by specifying a listener and the supported IP address types.
accelerator
- The accelerator that is created by specifying a listener and the supported IP address types.public String toString()
toString
in class Object
Object.toString()
public CreateAcceleratorResult clone()