@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 |
getName()
The name of the agent status.
|
String |
getType()
The type of the agent status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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 |
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 |
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.AgentStatusTypepublic String getType()
The type of the agent status.
AgentStatusTypepublic AgentStatusSummary withType(String type)
The type of the agent status.
type - The type of the agent status.AgentStatusTypepublic AgentStatusSummary withType(AgentStatusType type)
The type of the agent status.
type - The type of the agent status.AgentStatusTypepublic String toString()
toString in class ObjectObject.toString()public AgentStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.