@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CanaryRunConfigOutput extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information for a canary run.
| Constructor and Description |
|---|
CanaryRunConfigOutput() |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunConfigOutput |
clone() |
boolean |
equals(Object obj) |
Integer |
getTimeoutInSeconds()
How long the canary is allowed to run before it must stop.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
String |
toString()
Returns a string representation of this object.
|
CanaryRunConfigOutput |
withTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
public void setTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
timeoutInSeconds - How long the canary is allowed to run before it must stop.public Integer getTimeoutInSeconds()
How long the canary is allowed to run before it must stop.
public CanaryRunConfigOutput withTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
timeoutInSeconds - How long the canary is allowed to run before it must stop.public String toString()
toString in class ObjectObject.toString()public CanaryRunConfigOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.