Class CollectorResponse
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollectorResponse.Builder,CollectorResponse>
Describes a Fleet Advisor collector.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CollectorResponse.Builderbuilder()final CollectorHealthCheckReturns the value of the CollectorHealthCheck property for this object.final StringThe name of the Fleet Advisor collector .final StringThe reference ID of the Fleet Advisor collector.final StringThe version of your Fleet Advisor collector, in semantic versioning format, for example1.0.2final StringThe timestamp when you created the collector, in the following format:2022-01-24T19:04:02.596113Zfinal StringA summary description of the Fleet Advisor collector.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InventoryDataReturns the value of the InventoryData property for this object.final StringThe timestamp of the last time the collector received data, in the following format:2022-01-24T19:04:02.596113Zfinal StringThe timestamp when DMS last modified the collector, in the following format:2022-01-24T19:04:02.596113Zfinal StringThe timestamp when DMS registered the collector, in the following format:2022-01-24T19:04:02.596113Zfinal StringThe Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.static Class<? extends CollectorResponse.Builder>final StringThe IAM role that grants permissions to access the specified Amazon S3 bucket.final StringtoString()Returns a string representation of this object.final VersionStatusWhether the collector version is up to date.final StringWhether the collector version is up to date.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
collectorReferencedId
The reference ID of the Fleet Advisor collector.
- Returns:
- The reference ID of the Fleet Advisor collector.
-
collectorName
The name of the Fleet Advisor collector .
- Returns:
- The name of the Fleet Advisor collector .
-
collectorVersion
The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2- Returns:
- The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2
-
versionStatus
Whether the collector version is up to date.
If the service returns an enum value that is not available in the current SDK version,
versionStatuswill returnVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromversionStatusAsString().- Returns:
- Whether the collector version is up to date.
- See Also:
-
versionStatusAsString
Whether the collector version is up to date.
If the service returns an enum value that is not available in the current SDK version,
versionStatuswill returnVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromversionStatusAsString().- Returns:
- Whether the collector version is up to date.
- See Also:
-
description
A summary description of the Fleet Advisor collector.
- Returns:
- A summary description of the Fleet Advisor collector.
-
s3BucketName
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
- Returns:
- The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
-
serviceAccessRoleArn
The IAM role that grants permissions to access the specified Amazon S3 bucket.
- Returns:
- The IAM role that grants permissions to access the specified Amazon S3 bucket.
-
collectorHealthCheck
Returns the value of the CollectorHealthCheck property for this object.- Returns:
- The value of the CollectorHealthCheck property for this object.
-
lastDataReceived
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z- Returns:
- The timestamp of the last time the collector received data, 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- Returns:
- The timestamp when DMS registered 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- Returns:
- The timestamp when you created 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- Returns:
- The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
-
inventoryData
Returns the value of the InventoryData property for this object.- Returns:
- The value of the InventoryData property for this object.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CollectorResponse.Builder,CollectorResponse>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-