diff options
author | unril <unril@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
commit | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h | |
parent | 11ae9eca250d0188b7962459cbc6706719e7dca9 (diff) | |
download | ydb-3b241dd57cf58f20bbbd63fa6a0a758dbec09b68.tar.gz |
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h index 8bec218b0b..d507716d7f 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CSVOutput.h @@ -53,14 +53,14 @@ namespace Model * <li> <p> <code>ASNEEDED</code>: Use quotation marks for output fields when * needed.</p> </li> </ul> */ - inline bool QuoteFieldsHasBeenSet() const { return m_quoteFieldsHasBeenSet; } - - /** + inline bool QuoteFieldsHasBeenSet() const { return m_quoteFieldsHasBeenSet; } + + /** * <p>Indicates whether to use quotation marks around output fields. </p> <ul> <li> * <p> <code>ALWAYS</code>: Always use quotation marks for output fields.</p> </li> * <li> <p> <code>ASNEEDED</code>: Use quotation marks for output fields when * needed.</p> </li> </ul> - */ + */ inline void SetQuoteFields(const QuoteFields& value) { m_quoteFieldsHasBeenSet = true; m_quoteFields = value; } /** @@ -98,12 +98,12 @@ namespace Model * <p>The single character used for escaping the quote character inside an already * escaped value.</p> */ - inline bool QuoteEscapeCharacterHasBeenSet() const { return m_quoteEscapeCharacterHasBeenSet; } - - /** + inline bool QuoteEscapeCharacterHasBeenSet() const { return m_quoteEscapeCharacterHasBeenSet; } + + /** * <p>The single character used for escaping the quote character inside an already - * escaped value.</p> - */ + * escaped value.</p> + */ inline void SetQuoteEscapeCharacter(const Aws::String& value) { m_quoteEscapeCharacterHasBeenSet = true; m_quoteEscapeCharacter = value; } /** @@ -147,12 +147,12 @@ namespace Model * <p>A single character used to separate individual records in the output. Instead * of the default value, you can specify an arbitrary delimiter.</p> */ - inline bool RecordDelimiterHasBeenSet() const { return m_recordDelimiterHasBeenSet; } - - /** + inline bool RecordDelimiterHasBeenSet() const { return m_recordDelimiterHasBeenSet; } + + /** * <p>A single character used to separate individual records in the output. Instead * of the default value, you can specify an arbitrary delimiter.</p> - */ + */ inline void SetRecordDelimiter(const Aws::String& value) { m_recordDelimiterHasBeenSet = true; m_recordDelimiter = value; } /** @@ -196,12 +196,12 @@ namespace Model * <p>The value used to separate individual fields in a record. You can specify an * arbitrary delimiter.</p> */ - inline bool FieldDelimiterHasBeenSet() const { return m_fieldDelimiterHasBeenSet; } - - /** + inline bool FieldDelimiterHasBeenSet() const { return m_fieldDelimiterHasBeenSet; } + + /** * <p>The value used to separate individual fields in a record. You can specify an * arbitrary delimiter.</p> - */ + */ inline void SetFieldDelimiter(const Aws::String& value) { m_fieldDelimiterHasBeenSet = true; m_fieldDelimiter = value; } /** @@ -247,13 +247,13 @@ namespace Model * value. For example, if the value is <code>a, b</code>, Amazon S3 wraps this * field value in quotation marks, as follows: <code>" a , b "</code>.</p> */ - inline bool QuoteCharacterHasBeenSet() const { return m_quoteCharacterHasBeenSet; } - - /** + inline bool QuoteCharacterHasBeenSet() const { return m_quoteCharacterHasBeenSet; } + + /** * <p>A single character used for escaping when the field delimiter is part of the * value. For example, if the value is <code>a, b</code>, Amazon S3 wraps this * field value in quotation marks, as follows: <code>" a , b "</code>.</p> - */ + */ inline void SetQuoteCharacter(const Aws::String& value) { m_quoteCharacterHasBeenSet = true; m_quoteCharacter = value; } /** |