@Generated(value="software.amazon.awssdk:codegen") public final class CreateFleetAdvisorCollectorResponse extends DatabaseMigrationResponse implements ToCopyableBuilder<CreateFleetAdvisorCollectorResponse.Builder,CreateFleetAdvisorCollectorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFleetAdvisorCollectorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateFleetAdvisorCollectorResponse.Builder |
builder() |
String |
collectorName()
The name of the new Fleet Advisor collector.
|
String |
collectorReferencedId()
The unique ID of the new Fleet Advisor collector, for example:
22fda70c-40d5-4acf-b233-a495bd8eb7f5 |
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() |
String |
s3BucketName()
The Amazon S3 bucket that the collector uses to store inventory metadata.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFleetAdvisorCollectorResponse.Builder> |
serializableBuilderClass() |
String |
serviceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
CreateFleetAdvisorCollectorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectorReferencedId()
The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5
22fda70c-40d5-4acf-b233-a495bd8eb7f5public final String collectorName()
The name of the new Fleet Advisor collector.
public final String description()
A summary description of the Fleet Advisor collector.
public final String serviceAccessRoleArn()
The IAM role that grants permissions to access the specified Amazon S3 bucket.
public final String s3BucketName()
The Amazon S3 bucket that the collector uses to store inventory metadata.
public CreateFleetAdvisorCollectorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFleetAdvisorCollectorResponse.Builder,CreateFleetAdvisorCollectorResponse>toBuilder in class AwsResponsepublic static CreateFleetAdvisorCollectorResponse.Builder builder()
public static Class<? extends CreateFleetAdvisorCollectorResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.