@Generated(value="software.amazon.awssdk:codegen") public final class CollectorResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollectorResponse.Builder,CollectorResponse>
Describes a Fleet Advisor collector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollectorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CollectorResponse.Builder |
builder() |
CollectorHealthCheck |
collectorHealthCheck()
Returns the value of the CollectorHealthCheck property for this object.
|
String |
collectorName()
The name of the Fleet Advisor collector .
|
String |
collectorReferencedId()
The reference ID of the Fleet Advisor collector.
|
String |
collectorVersion()
The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2 |
String |
createdDate()
The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z |
String |
description()
A summary description of the Fleet Advisor collector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InventoryData |
inventoryData()
Returns the value of the InventoryData property for this object.
|
String |
lastDataReceived()
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z |
String |
modifiedDate()
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z |
String |
registeredDate()
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z |
String |
s3BucketName()
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollectorResponse.Builder> |
serializableBuilderClass() |
String |
serviceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
CollectorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VersionStatus |
versionStatus()
Whether the collector version is up to date.
|
String |
versionStatusAsString()
Whether the collector version is up to date.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectorReferencedId()
The reference ID of the Fleet Advisor collector.
public final String collectorName()
The name of the Fleet Advisor collector .
public final String collectorVersion()
The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
1.0.2public final VersionStatus 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, versionStatus
will return VersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
versionStatusAsString().
VersionStatuspublic final String 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, versionStatus
will return VersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
versionStatusAsString().
VersionStatuspublic final String description()
A summary description of the Fleet Advisor collector.
public final String s3BucketName()
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
public final String serviceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
public final CollectorHealthCheck collectorHealthCheck()
public final String lastDataReceived()
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.596113Zpublic final String registeredDate()
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Zpublic final String createdDate()
The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Zpublic final String modifiedDate()
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z
2022-01-24T19:04:02.596113Zpublic final InventoryData inventoryData()
public CollectorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollectorResponse.Builder,CollectorResponse>public static CollectorResponse.Builder builder()
public static Class<? extends CollectorResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.