@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SimulationApplicationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for a simulation application.
Constructor and Description |
---|
SimulationApplicationSummary() |
Modifier and Type | Method and Description |
---|---|
SimulationApplicationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the simulation application.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
String |
getName()
The name of the simulation application.
|
String |
getVersion()
The version of the simulation application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
void |
setName(String name)
The name of the simulation application.
|
void |
setVersion(String version)
The version of the simulation application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SimulationApplicationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
SimulationApplicationSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
SimulationApplicationSummary |
withName(String name)
The name of the simulation application.
|
SimulationApplicationSummary |
withVersion(String version)
The version of the simulation application.
|
public void setName(String name)
The name of the simulation application.
name
- The name of the simulation application.public String getName()
The name of the simulation application.
public SimulationApplicationSummary withName(String name)
The name of the simulation application.
name
- The name of the simulation application.public void setArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn
- The Amazon Resource Name (ARN) of the simulation application.public String getArn()
The Amazon Resource Name (ARN) of the simulation application.
public SimulationApplicationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn
- The Amazon Resource Name (ARN) of the simulation application.public void setVersion(String version)
The version of the simulation application.
version
- The version of the simulation application.public String getVersion()
The version of the simulation application.
public SimulationApplicationSummary withVersion(String version)
The version of the simulation application.
version
- The version of the simulation application.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation application was last updated.
public SimulationApplicationSummary withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.public String toString()
toString
in class Object
Object.toString()
public SimulationApplicationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.