@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Outcome extends Object implements Serializable, Cloneable, StructuredPojo
The outcome.
Constructor and Description |
---|
Outcome() |
Modifier and Type | Method and Description |
---|---|
Outcome |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The outcome ARN.
|
String |
getCreatedTime()
The timestamp when the outcome was created.
|
String |
getDescription()
The outcome description.
|
String |
getLastUpdatedTime()
The timestamp when the outcome was last updated.
|
String |
getName()
The outcome name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The outcome ARN.
|
void |
setCreatedTime(String createdTime)
The timestamp when the outcome was created.
|
void |
setDescription(String description)
The outcome description.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
|
void |
setName(String name)
The outcome name.
|
String |
toString()
Returns a string representation of this object.
|
Outcome |
withArn(String arn)
The outcome ARN.
|
Outcome |
withCreatedTime(String createdTime)
The timestamp when the outcome was created.
|
Outcome |
withDescription(String description)
The outcome description.
|
Outcome |
withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
|
Outcome |
withName(String name)
The outcome name.
|
public void setName(String name)
The outcome name.
name
- The outcome name.public String getName()
The outcome name.
public Outcome withName(String name)
The outcome name.
name
- The outcome name.public void setDescription(String description)
The outcome description.
description
- The outcome description.public String getDescription()
The outcome description.
public Outcome withDescription(String description)
The outcome description.
description
- The outcome description.public void setLastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
lastUpdatedTime
- The timestamp when the outcome was last updated.public String getLastUpdatedTime()
The timestamp when the outcome was last updated.
public Outcome withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
lastUpdatedTime
- The timestamp when the outcome was last updated.public void setCreatedTime(String createdTime)
The timestamp when the outcome was created.
createdTime
- The timestamp when the outcome was created.public String getCreatedTime()
The timestamp when the outcome was created.
public Outcome withCreatedTime(String createdTime)
The timestamp when the outcome was created.
createdTime
- The timestamp when the outcome was created.public void setArn(String arn)
The outcome ARN.
arn
- The outcome ARN.public String getArn()
The outcome ARN.
public Outcome withArn(String arn)
The outcome ARN.
arn
- The outcome ARN.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.