@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeviceFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDeviceFleetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDeviceFleetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
Timestamp of when the device fleet was created.
|
String |
getDescription()
A description of the fleet.
|
String |
getDeviceFleetArn()
The The Amazon Resource Name (ARN) of the fleet.
|
String |
getDeviceFleetName()
The name of the fleet.
|
String |
getIotRoleAlias()
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
|
Date |
getLastModifiedTime()
Timestamp of when the device fleet was last updated.
|
EdgeOutputConfig |
getOutputConfig()
The output configuration for storing sampled data.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
Timestamp of when the device fleet was created.
|
void |
setDescription(String description)
A description of the fleet.
|
void |
setDeviceFleetArn(String deviceFleetArn)
The The Amazon Resource Name (ARN) of the fleet.
|
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
void |
setIotRoleAlias(String iotRoleAlias)
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
|
void |
setLastModifiedTime(Date lastModifiedTime)
Timestamp of when the device fleet was last updated.
|
void |
setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
|
String |
toString()
Returns a string representation of this object.
|
DescribeDeviceFleetResult |
withCreationTime(Date creationTime)
Timestamp of when the device fleet was created.
|
DescribeDeviceFleetResult |
withDescription(String description)
A description of the fleet.
|
DescribeDeviceFleetResult |
withDeviceFleetArn(String deviceFleetArn)
The The Amazon Resource Name (ARN) of the fleet.
|
DescribeDeviceFleetResult |
withDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
DescribeDeviceFleetResult |
withIotRoleAlias(String iotRoleAlias)
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
|
DescribeDeviceFleetResult |
withLastModifiedTime(Date lastModifiedTime)
Timestamp of when the device fleet was last updated.
|
DescribeDeviceFleetResult |
withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
|
DescribeDeviceFleetResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeDeviceFleetResult withDeviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName
- The name of the fleet.public void setDeviceFleetArn(String deviceFleetArn)
The The Amazon Resource Name (ARN) of the fleet.
deviceFleetArn
- The The Amazon Resource Name (ARN) of the fleet.public String getDeviceFleetArn()
The The Amazon Resource Name (ARN) of the fleet.
public DescribeDeviceFleetResult withDeviceFleetArn(String deviceFleetArn)
The The Amazon Resource Name (ARN) of the fleet.
deviceFleetArn
- The The Amazon Resource Name (ARN) of the fleet.public void setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
outputConfig
- The output configuration for storing sampled data.public EdgeOutputConfig getOutputConfig()
The output configuration for storing sampled data.
public DescribeDeviceFleetResult withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
outputConfig
- The output configuration for storing sampled data.public void setDescription(String description)
A description of the fleet.
description
- A description of the fleet.public String getDescription()
A description of the fleet.
public DescribeDeviceFleetResult withDescription(String description)
A description of the fleet.
description
- A description of the fleet.public void setCreationTime(Date creationTime)
Timestamp of when the device fleet was created.
creationTime
- Timestamp of when the device fleet was created.public Date getCreationTime()
Timestamp of when the device fleet was created.
public DescribeDeviceFleetResult withCreationTime(Date creationTime)
Timestamp of when the device fleet was created.
creationTime
- Timestamp of when the device fleet was created.public void setLastModifiedTime(Date lastModifiedTime)
Timestamp of when the device fleet was last updated.
lastModifiedTime
- Timestamp of when the device fleet was last updated.public Date getLastModifiedTime()
Timestamp of when the device fleet was last updated.
public DescribeDeviceFleetResult withLastModifiedTime(Date lastModifiedTime)
Timestamp of when the device fleet was last updated.
lastModifiedTime
- Timestamp of when the device fleet was last updated.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
roleArn
- The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).public String getRoleArn()
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
public DescribeDeviceFleetResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
roleArn
- The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).public void setIotRoleAlias(String iotRoleAlias)
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
iotRoleAlias
- The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).public String getIotRoleAlias()
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
public DescribeDeviceFleetResult withIotRoleAlias(String iotRoleAlias)
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
iotRoleAlias
- The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).public String toString()
toString
in class Object
Object.toString()
public DescribeDeviceFleetResult clone()