@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceFleetReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeviceFleetReportResult() |
Modifier and Type | Method and Description |
---|---|
GetDeviceFleetReportResult |
clone() |
boolean |
equals(Object obj) |
List<AgentVersion> |
getAgentVersions()
The versions of Edge Manager agent deployed on the fleet.
|
String |
getDescription()
Description of the fleet.
|
String |
getDeviceFleetArn()
The Amazon Resource Name (ARN) of the device.
|
String |
getDeviceFleetName()
The name of the fleet.
|
DeviceStats |
getDeviceStats()
Status of devices.
|
List<EdgeModelStat> |
getModelStats()
Status of model on device.
|
EdgeOutputConfig |
getOutputConfig()
The output configuration for storing sample data collected by the fleet.
|
Date |
getReportGenerated()
Timestamp of when the report was generated.
|
int |
hashCode() |
void |
setAgentVersions(Collection<AgentVersion> agentVersions)
The versions of Edge Manager agent deployed on the fleet.
|
void |
setDescription(String description)
Description of the fleet.
|
void |
setDeviceFleetArn(String deviceFleetArn)
The Amazon Resource Name (ARN) of the device.
|
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
void |
setDeviceStats(DeviceStats deviceStats)
Status of devices.
|
void |
setModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
|
void |
setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
void |
setReportGenerated(Date reportGenerated)
Timestamp of when the report was generated.
|
String |
toString()
Returns a string representation of this object.
|
GetDeviceFleetReportResult |
withAgentVersions(AgentVersion... agentVersions)
The versions of Edge Manager agent deployed on the fleet.
|
GetDeviceFleetReportResult |
withAgentVersions(Collection<AgentVersion> agentVersions)
The versions of Edge Manager agent deployed on the fleet.
|
GetDeviceFleetReportResult |
withDescription(String description)
Description of the fleet.
|
GetDeviceFleetReportResult |
withDeviceFleetArn(String deviceFleetArn)
The Amazon Resource Name (ARN) of the device.
|
GetDeviceFleetReportResult |
withDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
GetDeviceFleetReportResult |
withDeviceStats(DeviceStats deviceStats)
Status of devices.
|
GetDeviceFleetReportResult |
withModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
|
GetDeviceFleetReportResult |
withModelStats(EdgeModelStat... modelStats)
Status of model on device.
|
GetDeviceFleetReportResult |
withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
GetDeviceFleetReportResult |
withReportGenerated(Date reportGenerated)
Timestamp of when the report was generated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeviceFleetArn(String deviceFleetArn)
The Amazon Resource Name (ARN) of the device.
deviceFleetArn
- The Amazon Resource Name (ARN) of the device.public String getDeviceFleetArn()
The Amazon Resource Name (ARN) of the device.
public GetDeviceFleetReportResult withDeviceFleetArn(String deviceFleetArn)
The Amazon Resource Name (ARN) of the device.
deviceFleetArn
- The Amazon Resource Name (ARN) of the device.public void setDeviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName
- The name of the fleet.public String getDeviceFleetName()
The name of the fleet.
public GetDeviceFleetReportResult withDeviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName
- The name of the fleet.public void setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
outputConfig
- The output configuration for storing sample data collected by the fleet.public EdgeOutputConfig getOutputConfig()
The output configuration for storing sample data collected by the fleet.
public GetDeviceFleetReportResult withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
outputConfig
- The output configuration for storing sample data collected by the fleet.public void setDescription(String description)
Description of the fleet.
description
- Description of the fleet.public String getDescription()
Description of the fleet.
public GetDeviceFleetReportResult withDescription(String description)
Description of the fleet.
description
- Description of the fleet.public void setReportGenerated(Date reportGenerated)
Timestamp of when the report was generated.
reportGenerated
- Timestamp of when the report was generated.public Date getReportGenerated()
Timestamp of when the report was generated.
public GetDeviceFleetReportResult withReportGenerated(Date reportGenerated)
Timestamp of when the report was generated.
reportGenerated
- Timestamp of when the report was generated.public void setDeviceStats(DeviceStats deviceStats)
Status of devices.
deviceStats
- Status of devices.public DeviceStats getDeviceStats()
Status of devices.
public GetDeviceFleetReportResult withDeviceStats(DeviceStats deviceStats)
Status of devices.
deviceStats
- Status of devices.public List<AgentVersion> getAgentVersions()
The versions of Edge Manager agent deployed on the fleet.
public void setAgentVersions(Collection<AgentVersion> agentVersions)
The versions of Edge Manager agent deployed on the fleet.
agentVersions
- The versions of Edge Manager agent deployed on the fleet.public GetDeviceFleetReportResult withAgentVersions(AgentVersion... agentVersions)
The versions of Edge Manager agent deployed on the fleet.
NOTE: This method appends the values to the existing list (if any). Use
setAgentVersions(java.util.Collection)
or withAgentVersions(java.util.Collection)
if you want
to override the existing values.
agentVersions
- The versions of Edge Manager agent deployed on the fleet.public GetDeviceFleetReportResult withAgentVersions(Collection<AgentVersion> agentVersions)
The versions of Edge Manager agent deployed on the fleet.
agentVersions
- The versions of Edge Manager agent deployed on the fleet.public List<EdgeModelStat> getModelStats()
Status of model on device.
public void setModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
modelStats
- Status of model on device.public GetDeviceFleetReportResult withModelStats(EdgeModelStat... modelStats)
Status of model on device.
NOTE: This method appends the values to the existing list (if any). Use
setModelStats(java.util.Collection)
or withModelStats(java.util.Collection)
if you want to
override the existing values.
modelStats
- Status of model on device.public GetDeviceFleetReportResult withModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
modelStats
- Status of model on device.public String toString()
toString
in class Object
Object.toString()
public GetDeviceFleetReportResult clone()