@Generated(value="software.amazon.awssdk:codegen") public final class OutputFileUriValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputFileUriValue.Builder,OutputFileUriValue>
The value of the variable as a structure that specifies an output file URI.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputFileUriValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputFileUriValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputFileUriValue.Builder> |
serializableBuilderClass() |
OutputFileUriValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileName()
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
public OutputFileUriValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputFileUriValue.Builder,OutputFileUriValue>public static OutputFileUriValue.Builder builder()
public static Class<? extends OutputFileUriValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.