@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() |
Date |
getCreatedAt()
The timestamp of when the profiling group was created.
|
String |
getName() |
ProfilingStatus |
getProfilingStatus() |
Date |
getUpdatedAt()
The timestamp of 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) |
void |
setCreatedAt(Date createdAt)
The timestamp of when the profiling group was created.
|
void |
setName(String name) |
void |
setProfilingStatus(ProfilingStatus profilingStatus) |
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the profiling group was last updated.
|
String |
toString()
Returns a string representation of this object.
|
ProfilingGroupDescription |
withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig) |
ProfilingGroupDescription |
withArn(String arn) |
ProfilingGroupDescription |
withCreatedAt(Date createdAt)
The timestamp of when the profiling group was created.
|
ProfilingGroupDescription |
withName(String name) |
ProfilingGroupDescription |
withProfilingStatus(ProfilingStatus profilingStatus) |
ProfilingGroupDescription |
withUpdatedAt(Date updatedAt)
The timestamp of 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)
arn
- public String getArn()
public ProfilingGroupDescription withArn(String arn)
arn
- public void setCreatedAt(Date createdAt)
The timestamp of when the profiling group was created.
createdAt
- The timestamp of when the profiling group was created.public Date getCreatedAt()
The timestamp of when the profiling group was created.
public ProfilingGroupDescription withCreatedAt(Date createdAt)
The timestamp of when the profiling group was created.
createdAt
- The timestamp of when the profiling group was created.public void setName(String name)
name
- public String getName()
public ProfilingGroupDescription withName(String name)
name
- public void setProfilingStatus(ProfilingStatus profilingStatus)
profilingStatus
- public ProfilingStatus getProfilingStatus()
public ProfilingGroupDescription withProfilingStatus(ProfilingStatus profilingStatus)
profilingStatus
- public void setUpdatedAt(Date updatedAt)
The timestamp of when the profiling group was last updated.
updatedAt
- The timestamp of when the profiling group was last updated.public Date getUpdatedAt()
The timestamp of when the profiling group was last updated.
public ProfilingGroupDescription withUpdatedAt(Date updatedAt)
The timestamp of when the profiling group was last updated.
updatedAt
- The timestamp of 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.