@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CollectorResponse extends Object implements Serializable, Cloneable, StructuredPojo
Describes a Fleet Advisor collector.
Constructor and Description |
---|
CollectorResponse() |
Modifier and Type | Method and Description |
---|---|
CollectorResponse |
clone() |
boolean |
equals(Object obj) |
CollectorHealthCheck |
getCollectorHealthCheck() |
String |
getCollectorName()
The name of the Fleet Advisor collector .
|
String |
getCollectorReferencedId()
The reference ID of the Fleet Advisor collector.
|
String |
getCollectorVersion()
The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2 |
String |
getCreatedDate()
The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z |
String |
getDescription()
A summary description of the Fleet Advisor collector.
|
InventoryData |
getInventoryData() |
String |
getLastDataReceived()
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z |
String |
getModifiedDate()
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z |
String |
getRegisteredDate()
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z |
String |
getS3BucketName()
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
|
String |
getServiceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
String |
getVersionStatus()
Whether the collector version is up to date.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCollectorHealthCheck(CollectorHealthCheck collectorHealthCheck) |
void |
setCollectorName(String collectorName)
The name of the Fleet Advisor collector .
|
void |
setCollectorReferencedId(String collectorReferencedId)
The reference ID of the Fleet Advisor collector.
|
void |
setCollectorVersion(String collectorVersion)
The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2 |
void |
setCreatedDate(String createdDate)
The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z |
void |
setDescription(String description)
A summary description of the Fleet Advisor collector.
|
void |
setInventoryData(InventoryData inventoryData) |
void |
setLastDataReceived(String lastDataReceived)
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z |
void |
setModifiedDate(String modifiedDate)
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z |
void |
setRegisteredDate(String registeredDate)
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z |
void |
setS3BucketName(String s3BucketName)
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
|
void |
setServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
void |
setVersionStatus(String versionStatus)
Whether the collector version is up to date.
|
String |
toString()
Returns a string representation of this object.
|
CollectorResponse |
withCollectorHealthCheck(CollectorHealthCheck collectorHealthCheck) |
CollectorResponse |
withCollectorName(String collectorName)
The name of the Fleet Advisor collector .
|
CollectorResponse |
withCollectorReferencedId(String collectorReferencedId)
The reference ID of the Fleet Advisor collector.
|
CollectorResponse |
withCollectorVersion(String collectorVersion)
The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2 |
CollectorResponse |
withCreatedDate(String createdDate)
The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
withDescription(String description)
A summary description of the Fleet Advisor collector.
|
CollectorResponse |
withInventoryData(InventoryData inventoryData) |
CollectorResponse |
withLastDataReceived(String lastDataReceived)
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
withModifiedDate(String modifiedDate)
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
withRegisteredDate(String registeredDate)
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
withS3BucketName(String s3BucketName)
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
|
CollectorResponse |
withServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
CollectorResponse |
withVersionStatus(String versionStatus)
Whether the collector version is up to date.
|
CollectorResponse |
withVersionStatus(VersionStatus versionStatus)
Whether the collector version is up to date.
|
public void setCollectorReferencedId(String collectorReferencedId)
The reference ID of the Fleet Advisor collector.
collectorReferencedId
- The reference ID of the Fleet Advisor collector.public String getCollectorReferencedId()
The reference ID of the Fleet Advisor collector.
public CollectorResponse withCollectorReferencedId(String collectorReferencedId)
The reference ID of the Fleet Advisor collector.
collectorReferencedId
- The reference ID of the Fleet Advisor collector.public void setCollectorName(String collectorName)
The name of the Fleet Advisor collector .
collectorName
- The name of the Fleet Advisor collector .public String getCollectorName()
The name of the Fleet Advisor collector .
public CollectorResponse withCollectorName(String collectorName)
The name of the Fleet Advisor collector .
collectorName
- The name of the Fleet Advisor collector .public void setCollectorVersion(String collectorVersion)
The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
collectorVersion
- The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
public String getCollectorVersion()
The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
1.0.2
public CollectorResponse withCollectorVersion(String collectorVersion)
The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
collectorVersion
- The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
public void setVersionStatus(String versionStatus)
Whether the collector version is up to date.
versionStatus
- Whether the collector version is up to date.VersionStatus
public String getVersionStatus()
Whether the collector version is up to date.
VersionStatus
public CollectorResponse withVersionStatus(String versionStatus)
Whether the collector version is up to date.
versionStatus
- Whether the collector version is up to date.VersionStatus
public CollectorResponse withVersionStatus(VersionStatus versionStatus)
Whether the collector version is up to date.
versionStatus
- Whether the collector version is up to date.VersionStatus
public void setDescription(String description)
A summary description of the Fleet Advisor collector.
description
- A summary description of the Fleet Advisor collector.public String getDescription()
A summary description of the Fleet Advisor collector.
public CollectorResponse withDescription(String description)
A summary description of the Fleet Advisor collector.
description
- A summary description of the Fleet Advisor collector.public void setS3BucketName(String s3BucketName)
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
s3BucketName
- The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.public String getS3BucketName()
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
public CollectorResponse withS3BucketName(String s3BucketName)
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
s3BucketName
- The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.public void setServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
serviceAccessRoleArn
- The IAM role that grants permissions to access the specified Amazon S3 bucket.public String getServiceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
public CollectorResponse withServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
serviceAccessRoleArn
- The IAM role that grants permissions to access the specified Amazon S3 bucket.public void setCollectorHealthCheck(CollectorHealthCheck collectorHealthCheck)
collectorHealthCheck
- public CollectorHealthCheck getCollectorHealthCheck()
public CollectorResponse withCollectorHealthCheck(CollectorHealthCheck collectorHealthCheck)
collectorHealthCheck
- public void setLastDataReceived(String lastDataReceived)
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z
lastDataReceived
- The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z
public String getLastDataReceived()
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Z
public CollectorResponse withLastDataReceived(String lastDataReceived)
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z
lastDataReceived
- The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z
public void setRegisteredDate(String registeredDate)
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z
registeredDate
- The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z
public String getRegisteredDate()
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Z
public CollectorResponse withRegisteredDate(String registeredDate)
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z
registeredDate
- The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z
public void setCreatedDate(String createdDate)
The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z
createdDate
- The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z
public String getCreatedDate()
The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Z
public CollectorResponse withCreatedDate(String createdDate)
The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z
createdDate
- The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z
public void setModifiedDate(String modifiedDate)
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
modifiedDate
- The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
public String getModifiedDate()
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Z
public CollectorResponse withModifiedDate(String modifiedDate)
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
modifiedDate
- The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
public void setInventoryData(InventoryData inventoryData)
inventoryData
- public InventoryData getInventoryData()
public CollectorResponse withInventoryData(InventoryData inventoryData)
inventoryData
- public String toString()
toString
in class Object
Object.toString()
public CollectorResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.