@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
QuoteFields
public 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()
.
QuoteFields
public String quoteEscapeCharacter()
A single character used for escaping the quotation-mark character inside an already escaped value.
public String recordDelimiter()
A value used to separate individual records from each other.
public String fieldDelimiter()
A value used to separate individual fields from each other within a record.
public String quoteCharacter()
A value used as an escape character where the field delimiter is part of the value.
public CSVOutput.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CSVOutput.Builder,CSVOutput>
public static CSVOutput.Builder builder()
public static Class<? extends CSVOutput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.