@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDecoderManifestResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<UpdateDecoderManifestResponse.Builder,UpdateDecoderManifestResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDecoderManifestResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the updated decoder manifest.
|
static UpdateDecoderManifestResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the updated decoder manifest.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDecoderManifestResponse.Builder> |
serializableBuilderClass() |
UpdateDecoderManifestResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the updated decoder manifest.
public final String arn()
The Amazon Resource Name (ARN) of the updated decoder manifest.
public UpdateDecoderManifestResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDecoderManifestResponse.Builder,UpdateDecoderManifestResponse>toBuilder in class AwsResponsepublic static UpdateDecoderManifestResponse.Builder builder()
public static Class<? extends UpdateDecoderManifestResponse.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 © 2022. All rights reserved.