Class CSVOutput
- java.lang.Object
-
- software.amazon.awssdk.services.glacier.model.CSVOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CSVOutput.Builder,CSVOutput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCSVOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CSVOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldDelimiter()A value used to separate individual fields from each other within a record.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringquoteCharacter()A value used as an escape character where the field delimiter is part of the value.StringquoteEscapeCharacter()A single character used for escaping the quotation-mark character inside an already escaped value.QuoteFieldsquoteFields()A value that indicates whether all output fields should be contained within quotation marks.StringquoteFieldsAsString()A value that indicates whether all output fields should be contained within quotation marks.StringrecordDelimiter()A value used to separate individual records from each other.List<SdkField<?>>sdkFields()static Class<? extends CSVOutput.Builder>serializableBuilderClass()CSVOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
quoteFields
public 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,
quoteFieldswill returnQuoteFields.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromquoteFieldsAsString().- Returns:
- A value that indicates whether all output fields should be contained within quotation marks.
- See Also:
QuoteFields
-
quoteFieldsAsString
public 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,
quoteFieldswill returnQuoteFields.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromquoteFieldsAsString().- Returns:
- A value that indicates whether all output fields should be contained within quotation marks.
- See Also:
QuoteFields
-
quoteEscapeCharacter
public final String quoteEscapeCharacter()
A single character used for escaping the quotation-mark character inside an already escaped value.
- Returns:
- A single character used for escaping the quotation-mark character inside an already escaped value.
-
recordDelimiter
public final String recordDelimiter()
A value used to separate individual records from each other.
- Returns:
- A value used to separate individual records from each other.
-
fieldDelimiter
public final String fieldDelimiter()
A value used to separate individual fields from each other within a record.
- Returns:
- A value used to separate individual fields from each other within a record.
-
quoteCharacter
public final String quoteCharacter()
A value used as an escape character where the field delimiter is part of the value.
- Returns:
- A value used as an escape character where the field delimiter is part of the value.
-
toBuilder
public CSVOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CSVOutput.Builder,CSVOutput>
-
builder
public static CSVOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends CSVOutput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-