@Generated(value="software.amazon.awssdk:codegen") public final class CSVOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CSVOutput.Builder,CSVOutput>
Contains information about the comma-separated value (CSV) file that the job results are stored in.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CSVOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CSVOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldDelimiter()
A value used to separate individual fields from each other within a record.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
quoteCharacter()
A value used as an escape character where the field delimiter is part of the value.
|
String |
quoteEscapeCharacter()
A single character used for escaping the quotation-mark character inside an already escaped value.
|
QuoteFields |
quoteFields()
A value that indicates whether all output fields should be contained within quotation marks.
|
String |
quoteFieldsAsString()
A value that indicates whether all output fields should be contained within quotation marks.
|
String |
recordDelimiter()
A value used to separate individual records from each other.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CSVOutput.Builder> |
serializableBuilderClass() |
CSVOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final QuoteFields quoteFields()
A value that indicates whether all output fields should be contained within quotation marks.
If the service returns an enum value that is not available in the current SDK version, quoteFields will
return QuoteFields.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
quoteFieldsAsString().
QuoteFieldspublic final String quoteFieldsAsString()
A value that indicates whether all output fields should be contained within quotation marks.
If the service returns an enum value that is not available in the current SDK version, quoteFields will
return QuoteFields.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
quoteFieldsAsString().
QuoteFieldspublic final String quoteEscapeCharacter()
A single character used for escaping the quotation-mark character inside an already escaped value.
public final String recordDelimiter()
A value used to separate individual records from each other.
public final String fieldDelimiter()
A value used to separate individual fields from each other within a record.
public final String quoteCharacter()
A value used as an escape character where the field delimiter is part of the value.
public CSVOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CSVOutput.Builder,CSVOutput>public static CSVOutput.Builder builder()
public static Class<? extends CSVOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.