@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfilingStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of profiling of a profiling group.
Constructor and Description |
---|
ProfilingStatus() |
Modifier and Type | Method and Description |
---|---|
ProfilingStatus |
clone() |
boolean |
equals(Object obj) |
Date |
getLatestAgentOrchestratedAt()
Timestamp of when the last interaction of the agent with configureAgent API for orchestration.
|
Date |
getLatestAgentProfileReportedAt()
Timestamp of when the latest agent profile was successfully reported.
|
AggregatedProfileTime |
getLatestAggregatedProfile()
The time range of latest aggregated profile available.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLatestAgentOrchestratedAt(Date latestAgentOrchestratedAt)
Timestamp of when the last interaction of the agent with configureAgent API for orchestration.
|
void |
setLatestAgentProfileReportedAt(Date latestAgentProfileReportedAt)
Timestamp of when the latest agent profile was successfully reported.
|
void |
setLatestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
The time range of latest aggregated profile available.
|
String |
toString()
Returns a string representation of this object.
|
ProfilingStatus |
withLatestAgentOrchestratedAt(Date latestAgentOrchestratedAt)
Timestamp of when the last interaction of the agent with configureAgent API for orchestration.
|
ProfilingStatus |
withLatestAgentProfileReportedAt(Date latestAgentProfileReportedAt)
Timestamp of when the latest agent profile was successfully reported.
|
ProfilingStatus |
withLatestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
The time range of latest aggregated profile available.
|
public void setLatestAgentOrchestratedAt(Date latestAgentOrchestratedAt)
Timestamp of when the last interaction of the agent with configureAgent API for orchestration.
latestAgentOrchestratedAt
- Timestamp of when the last interaction of the agent with configureAgent API for orchestration.public Date getLatestAgentOrchestratedAt()
Timestamp of when the last interaction of the agent with configureAgent API for orchestration.
public ProfilingStatus withLatestAgentOrchestratedAt(Date latestAgentOrchestratedAt)
Timestamp of when the last interaction of the agent with configureAgent API for orchestration.
latestAgentOrchestratedAt
- Timestamp of when the last interaction of the agent with configureAgent API for orchestration.public void setLatestAgentProfileReportedAt(Date latestAgentProfileReportedAt)
Timestamp of when the latest agent profile was successfully reported.
latestAgentProfileReportedAt
- Timestamp of when the latest agent profile was successfully reported.public Date getLatestAgentProfileReportedAt()
Timestamp of when the latest agent profile was successfully reported.
public ProfilingStatus withLatestAgentProfileReportedAt(Date latestAgentProfileReportedAt)
Timestamp of when the latest agent profile was successfully reported.
latestAgentProfileReportedAt
- Timestamp of when the latest agent profile was successfully reported.public void setLatestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
The time range of latest aggregated profile available.
latestAggregatedProfile
- The time range of latest aggregated profile available.public AggregatedProfileTime getLatestAggregatedProfile()
The time range of latest aggregated profile available.
public ProfilingStatus withLatestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
The time range of latest aggregated profile available.
latestAggregatedProfile
- The time range of latest aggregated profile available.public String toString()
toString
in class Object
Object.toString()
public ProfilingStatus 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.