@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCanaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateCanaryResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateCanaryResult |
clone() |
boolean |
equals(Object obj) |
Canary |
getCanary()
The full details about the canary you have created.
|
int |
hashCode() |
void |
setCanary(Canary canary)
The full details about the canary you have created.
|
String |
toString()
Returns a string representation of this object.
|
CreateCanaryResult |
withCanary(Canary canary)
The full details about the canary you have created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCanary(Canary canary)
The full details about the canary you have created.
canary - The full details about the canary you have created.public Canary getCanary()
The full details about the canary you have created.
public CreateCanaryResult withCanary(Canary canary)
The full details about the canary you have created.
canary - The full details about the canary you have created.public String toString()
toString in class ObjectObject.toString()public CreateCanaryResult clone()