@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentStatusSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for an agent status.
Constructor and Description |
---|
AgentStatusSummary() |
Modifier and Type | Method and Description |
---|---|
AgentStatusSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the agent status.
|
String |
getId()
The identifier for an agent status.
|
String |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
String |
getName()
The name of the agent status.
|
String |
getType()
The type of the agent status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the agent status.
|
void |
setId(String id)
The identifier for an agent status.
|
void |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
void |
setName(String name)
The name of the agent status.
|
void |
setType(String type)
The type of the agent status.
|
String |
toString()
Returns a string representation of this object.
|
AgentStatusSummary |
withArn(String arn)
The Amazon Resource Name (ARN) for the agent status.
|
AgentStatusSummary |
withId(String id)
The identifier for an agent status.
|
AgentStatusSummary |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
AgentStatusSummary |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
AgentStatusSummary |
withName(String name)
The name of the agent status.
|
AgentStatusSummary |
withType(AgentStatusType type)
The type of the agent status.
|
AgentStatusSummary |
withType(String type)
The type of the agent status.
|
public void setId(String id)
The identifier for an agent status.
id
- The identifier for an agent status.public String getId()
The identifier for an agent status.
public AgentStatusSummary withId(String id)
The identifier for an agent status.
id
- The identifier for an agent status.public void setArn(String arn)
The Amazon Resource Name (ARN) for the agent status.
arn
- The Amazon Resource Name (ARN) for the agent status.public String getArn()
The Amazon Resource Name (ARN) for the agent status.
public AgentStatusSummary withArn(String arn)
The Amazon Resource Name (ARN) for the agent status.
arn
- The Amazon Resource Name (ARN) for the agent status.public void setName(String name)
The name of the agent status.
name
- The name of the agent status.public String getName()
The name of the agent status.
public AgentStatusSummary withName(String name)
The name of the agent status.
name
- The name of the agent status.public void setType(String type)
The type of the agent status.
type
- The type of the agent status.AgentStatusType
public String getType()
The type of the agent status.
AgentStatusType
public AgentStatusSummary withType(String type)
The type of the agent status.
type
- The type of the agent status.AgentStatusType
public AgentStatusSummary withType(AgentStatusType type)
The type of the agent status.
type
- The type of the agent status.AgentStatusType
public void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public AgentStatusSummary withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public AgentStatusSummary withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String toString()
toString
in class Object
Object.toString()
public AgentStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.