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