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