@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfilingGroupDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of a profiling group.
Constructor and Description |
---|
ProfilingGroupDescription() |
Modifier and Type | Method and Description |
---|---|
ProfilingGroupDescription |
clone() |
boolean |
equals(Object obj) |
AgentOrchestrationConfig |
getAgentOrchestrationConfig()
|
String |
getArn()
The Amazon Resource Name (ARN) identifying the profiling group.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the profiling group was created.
|
String |
getName()
The name of the profiling group.
|
ProfilingStatus |
getProfilingStatus()
The status of the profiling group.
|
Date |
getUpdatedAt()
The time, in milliseconds since the epoch, when the profiling group was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) identifying the profiling group.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the profiling group was created.
|
void |
setName(String name)
The name of the profiling group.
|
void |
setProfilingStatus(ProfilingStatus profilingStatus)
The status of the profiling group.
|
void |
setUpdatedAt(Date updatedAt)
The time, in milliseconds since the epoch, when the profiling group was last updated.
|
String |
toString()
Returns a string representation of this object.
|
ProfilingGroupDescription |
withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
|
ProfilingGroupDescription |
withArn(String arn)
The Amazon Resource Name (ARN) identifying the profiling group.
|
ProfilingGroupDescription |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the profiling group was created.
|
ProfilingGroupDescription |
withName(String name)
The name of the profiling group.
|
ProfilingGroupDescription |
withProfilingStatus(ProfilingStatus profilingStatus)
The status of the profiling group.
|
ProfilingGroupDescription |
withUpdatedAt(Date updatedAt)
The time, in milliseconds since the epoch, when the profiling group was last updated.
|
public void setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
agentOrchestrationConfig
- public AgentOrchestrationConfig getAgentOrchestrationConfig()
public ProfilingGroupDescription withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
agentOrchestrationConfig
- public void setArn(String arn)
The Amazon Resource Name (ARN) identifying the profiling group.
arn
- The Amazon Resource Name (ARN) identifying the profiling group.public String getArn()
The Amazon Resource Name (ARN) identifying the profiling group.
public ProfilingGroupDescription withArn(String arn)
The Amazon Resource Name (ARN) identifying the profiling group.
arn
- The Amazon Resource Name (ARN) identifying the profiling group.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the profiling group was created.
createdAt
- The time, in milliseconds since the epoch, when the profiling group was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the profiling group was created.
public ProfilingGroupDescription withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the profiling group was created.
createdAt
- The time, in milliseconds since the epoch, when the profiling group was created.public void setName(String name)
The name of the profiling group.
name
- The name of the profiling group.public String getName()
The name of the profiling group.
public ProfilingGroupDescription withName(String name)
The name of the profiling group.
name
- The name of the profiling group.public void setProfilingStatus(ProfilingStatus profilingStatus)
The status of the profiling group.
profilingStatus
- The status of the profiling group.public ProfilingStatus getProfilingStatus()
The status of the profiling group.
public ProfilingGroupDescription withProfilingStatus(ProfilingStatus profilingStatus)
The status of the profiling group.
profilingStatus
- The status of the profiling group.public void setUpdatedAt(Date updatedAt)
The time, in milliseconds since the epoch, when the profiling group was last updated.
updatedAt
- The time, in milliseconds since the epoch, when the profiling group was last updated.public Date getUpdatedAt()
The time, in milliseconds since the epoch, when the profiling group was last updated.
public ProfilingGroupDescription withUpdatedAt(Date updatedAt)
The time, in milliseconds since the epoch, when the profiling group was last updated.
updatedAt
- The time, in milliseconds since the epoch, when the profiling group was last updated.public String toString()
toString
in class Object
Object.toString()
public ProfilingGroupDescription 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.