1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::operation::write_get_object_response::_write_get_object_response_output::WriteGetObjectResponseOutputBuilder;
pub use crate::operation::write_get_object_response::_write_get_object_response_input::WriteGetObjectResponseInputBuilder;
/// Fluent builder constructing a request to `WriteGetObjectResponse`.
///
/// <p>Passes transformed objects to a <code>GetObject</code> operation when using Object Lambda access points. For information about Object Lambda access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with Object Lambda access points</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>This operation supports metadata that can be returned by <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>, in addition to <code>RequestRoute</code>, <code>RequestToken</code>, <code>StatusCode</code>, <code>ErrorCode</code>, and <code>ErrorMessage</code>. The <code>GetObject</code> response metadata is supported so that the <code>WriteGetObjectResponse</code> caller, typically an Lambda function, can provide the same metadata when it internally invokes <code>GetObject</code>. When <code>WriteGetObjectResponse</code> is called by a customer-owned Lambda function, the metadata returned to the end user <code>GetObject</code> call might differ from what Amazon S3 would normally return.</p>
/// <p>You can include any number of metadata headers. When including a metadata header, it should be prefaced with <code>x-amz-meta</code>. For example, <code>x-amz-meta-my-custom-header: MyCustomValue</code>. The primary use case for this is to forward <code>GetObject</code> metadata.</p>
/// <p>Amazon Web Services provides some prebuilt Lambda functions that you can use with S3 Object Lambda to detect and redact personally identifiable information (PII) and decompress S3 objects. These Lambda functions are available in the Amazon Web Services Serverless Application Repository, and can be selected through the Amazon Web Services Management Console when you create your Object Lambda access point.</p>
/// <p>Example 1: PII Access Control - This Lambda function uses Amazon Comprehend, a natural language processing (NLP) service using machine learning to find insights and relationships in text. It automatically detects personally identifiable information (PII) such as names, addresses, dates, credit card numbers, and social security numbers from documents in your Amazon S3 bucket. </p>
/// <p>Example 2: PII Redaction - This Lambda function uses Amazon Comprehend, a natural language processing (NLP) service using machine learning to find insights and relationships in text. It automatically redacts personally identifiable information (PII) such as names, addresses, dates, credit card numbers, and social security numbers from documents in your Amazon S3 bucket. </p>
/// <p>Example 3: Decompression - The Lambda function S3ObjectLambdaDecompression, is equipped to decompress objects stored in S3 in one of six compressed file formats including bzip2, gzip, snappy, zlib, zstandard and ZIP. </p>
/// <p>For information on how to view and use these functions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-examples.html">Using Amazon Web Services built Lambda functions</a> in the <i>Amazon S3 User Guide</i>.</p>
#[derive(std::fmt::Debug)]
pub struct WriteGetObjectResponseFluentBuilder {
handle: std::sync::Arc<crate::client::Handle>,
inner:
crate::operation::write_get_object_response::builders::WriteGetObjectResponseInputBuilder,
}
impl WriteGetObjectResponseFluentBuilder {
/// Creates a new `WriteGetObjectResponse`.
pub(crate) fn new(handle: std::sync::Arc<crate::client::Handle>) -> Self {
Self {
handle,
inner: Default::default(),
}
}
/// Consume this builder, creating a customizable operation that can be modified before being
/// sent. The operation's inner [http::Request] can be modified as well.
pub async fn customize(
self,
) -> std::result::Result<
crate::client::customize::CustomizableOperation<
crate::operation::write_get_object_response::WriteGetObjectResponse,
aws_http::retry::AwsResponseRetryClassifier,
>,
aws_smithy_http::result::SdkError<
crate::operation::write_get_object_response::WriteGetObjectResponseError,
>,
> {
let handle = self.handle.clone();
let operation = self
.inner
.build()
.map_err(aws_smithy_http::result::SdkError::construction_failure)?
.make_operation(&handle.conf)
.await
.map_err(aws_smithy_http::result::SdkError::construction_failure)?;
Ok(crate::client::customize::CustomizableOperation { handle, operation })
}
/// Sends the request and returns the response.
///
/// If an error occurs, an `SdkError` will be returned with additional details that
/// can be matched against.
///
/// By default, any retryable failures will be retried twice. Retry behavior
/// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
/// set when configuring the client.
pub async fn send(
self,
) -> std::result::Result<
crate::operation::write_get_object_response::WriteGetObjectResponseOutput,
aws_smithy_http::result::SdkError<
crate::operation::write_get_object_response::WriteGetObjectResponseError,
>,
> {
let op = self
.inner
.build()
.map_err(aws_smithy_http::result::SdkError::construction_failure)?
.make_operation(&self.handle.conf)
.await
.map_err(aws_smithy_http::result::SdkError::construction_failure)?;
self.handle.client.call(op).await
}
/// <p>Route prefix to the HTTP URL generated.</p>
pub fn request_route(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.request_route(input.into());
self
}
/// <p>Route prefix to the HTTP URL generated.</p>
pub fn set_request_route(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_request_route(input);
self
}
/// <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end user <code>GetObject</code> request.</p>
pub fn request_token(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.request_token(input.into());
self
}
/// <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end user <code>GetObject</code> request.</p>
pub fn set_request_token(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_request_token(input);
self
}
/// <p>The object data.</p>
pub fn body(mut self, input: aws_smithy_http::byte_stream::ByteStream) -> Self {
self.inner = self.inner.body(input);
self
}
/// <p>The object data.</p>
pub fn set_body(
mut self,
input: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
) -> Self {
self.inner = self.inner.set_body(input);
self
}
/// <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code> request.</p>
/// <p class="title"> <b>Status Codes</b> </p>
/// <ul>
/// <li> <p> <code>200 - OK</code> </p> </li>
/// <li> <p> <code>206 - Partial Content</code> </p> </li>
/// <li> <p> <code>304 - Not Modified</code> </p> </li>
/// <li> <p> <code>400 - Bad Request</code> </p> </li>
/// <li> <p> <code>401 - Unauthorized</code> </p> </li>
/// <li> <p> <code>403 - Forbidden</code> </p> </li>
/// <li> <p> <code>404 - Not Found</code> </p> </li>
/// <li> <p> <code>405 - Method Not Allowed</code> </p> </li>
/// <li> <p> <code>409 - Conflict</code> </p> </li>
/// <li> <p> <code>411 - Length Required</code> </p> </li>
/// <li> <p> <code>412 - Precondition Failed</code> </p> </li>
/// <li> <p> <code>416 - Range Not Satisfiable</code> </p> </li>
/// <li> <p> <code>500 - Internal Server Error</code> </p> </li>
/// <li> <p> <code>503 - Service Unavailable</code> </p> </li>
/// </ul>
pub fn status_code(mut self, input: i32) -> Self {
self.inner = self.inner.status_code(input);
self
}
/// <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code> request.</p>
/// <p class="title"> <b>Status Codes</b> </p>
/// <ul>
/// <li> <p> <code>200 - OK</code> </p> </li>
/// <li> <p> <code>206 - Partial Content</code> </p> </li>
/// <li> <p> <code>304 - Not Modified</code> </p> </li>
/// <li> <p> <code>400 - Bad Request</code> </p> </li>
/// <li> <p> <code>401 - Unauthorized</code> </p> </li>
/// <li> <p> <code>403 - Forbidden</code> </p> </li>
/// <li> <p> <code>404 - Not Found</code> </p> </li>
/// <li> <p> <code>405 - Method Not Allowed</code> </p> </li>
/// <li> <p> <code>409 - Conflict</code> </p> </li>
/// <li> <p> <code>411 - Length Required</code> </p> </li>
/// <li> <p> <code>412 - Precondition Failed</code> </p> </li>
/// <li> <p> <code>416 - Range Not Satisfiable</code> </p> </li>
/// <li> <p> <code>500 - Internal Server Error</code> </p> </li>
/// <li> <p> <code>503 - Service Unavailable</code> </p> </li>
/// </ul>
pub fn set_status_code(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_status_code(input);
self
}
/// <p>A string that uniquely identifies an error condition. Returned in the <code> tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used with a successful <code>StatusCode</code> header or when the transformed object is provided in the body. All error codes from S3 are sentence-cased. The regular expression (regex) value is <code>"^[A-Z][a-zA-Z]+$"</code>.</code></p>
pub fn error_code(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.error_code(input.into());
self
}
/// <p>A string that uniquely identifies an error condition. Returned in the <code> tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used with a successful <code>StatusCode</code> header or when the transformed object is provided in the body. All error codes from S3 are sentence-cased. The regular expression (regex) value is <code>"^[A-Z][a-zA-Z]+$"</code>.</code></p>
pub fn set_error_code(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_error_code(input);
self
}
/// <p>Contains a generic description of the error condition. Returned in the <message>
/// tag of the error XML response for a corresponding
/// <code>GetObject</code> call. Cannot be used with a successful
/// <code>StatusCode</code> header or when the transformed object is provided in body.
/// </message></p>
pub fn error_message(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.error_message(input.into());
self
}
/// <p>Contains a generic description of the error condition. Returned in the <message>
/// tag of the error XML response for a corresponding
/// <code>GetObject</code> call. Cannot be used with a successful
/// <code>StatusCode</code> header or when the transformed object is provided in body.
/// </message></p>
pub fn set_error_message(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_error_message(input);
self
}
/// <p>Indicates that a range of bytes was specified.</p>
pub fn accept_ranges(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.accept_ranges(input.into());
self
}
/// <p>Indicates that a range of bytes was specified.</p>
pub fn set_accept_ranges(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_accept_ranges(input);
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn cache_control(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.cache_control(input.into());
self
}
/// <p>Specifies caching behavior along the request/reply chain.</p>
pub fn set_cache_control(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_cache_control(input);
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn content_disposition(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_disposition(input.into());
self
}
/// <p>Specifies presentational information for the object.</p>
pub fn set_content_disposition(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_content_disposition(input);
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>
pub fn content_encoding(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_encoding(input.into());
self
}
/// <p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>
pub fn set_content_encoding(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_encoding(input);
self
}
/// <p>The language the content is in.</p>
pub fn content_language(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_language(input.into());
self
}
/// <p>The language the content is in.</p>
pub fn set_content_language(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_language(input);
self
}
/// <p>The size of the content body in bytes.</p>
pub fn content_length(mut self, input: i64) -> Self {
self.inner = self.inner.content_length(input);
self
}
/// <p>The size of the content body in bytes.</p>
pub fn set_content_length(mut self, input: std::option::Option<i64>) -> Self {
self.inner = self.inner.set_content_length(input);
self
}
/// <p>The portion of the object returned in the response.</p>
pub fn content_range(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_range(input.into());
self
}
/// <p>The portion of the object returned in the response.</p>
pub fn set_content_range(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_range(input);
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn content_type(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.content_type(input.into());
self
}
/// <p>A standard MIME type describing the format of the object data.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_content_type(input);
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC32 checksum of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
/// <p></p>
pub fn checksum_crc32(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.checksum_crc32(input.into());
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC32 checksum of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
/// <p></p>
pub fn set_checksum_crc32(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_checksum_crc32(input);
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC32C checksum of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
pub fn checksum_crc32_c(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.checksum_crc32_c(input.into());
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC32C checksum of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
pub fn set_checksum_crc32_c(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_checksum_crc32_c(input);
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1 digest of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
pub fn checksum_sha1(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.checksum_sha1(input.into());
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1 digest of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
pub fn set_checksum_sha1(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_checksum_sha1(input);
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256 digest of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
pub fn checksum_sha256(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.checksum_sha256(input.into());
self
}
/// <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256 digest of the object returned by the Object Lambda function. This may not match the checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code> request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
/// <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this request will fail.</p>
pub fn set_checksum_sha256(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_checksum_sha256(input);
self
}
/// <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not (<code>false</code>) a delete marker. </p>
pub fn delete_marker(mut self, input: bool) -> Self {
self.inner = self.inner.delete_marker(input);
self
}
/// <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not (<code>false</code>) a delete marker. </p>
pub fn set_delete_marker(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_delete_marker(input);
self
}
/// <p>An opaque identifier assigned by a web server to a specific version of a resource found at a URL. </p>
pub fn e_tag(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.e_tag(input.into());
self
}
/// <p>An opaque identifier assigned by a web server to a specific version of a resource found at a URL. </p>
pub fn set_e_tag(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_e_tag(input);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn expires(mut self, input: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.expires(input);
self
}
/// <p>The date and time at which the object is no longer cacheable.</p>
pub fn set_expires(mut self, input: std::option::Option<aws_smithy_types::DateTime>) -> Self {
self.inner = self.inner.set_expires(input);
self
}
/// <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs that provide the object expiration information. The value of the <code>rule-id</code> is URL-encoded. </p>
pub fn expiration(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.expiration(input.into());
self
}
/// <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs that provide the object expiration information. The value of the <code>rule-id</code> is URL-encoded. </p>
pub fn set_expiration(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_expiration(input);
self
}
/// <p>The date and time that the object was last modified.</p>
pub fn last_modified(mut self, input: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.last_modified(input);
self
}
/// <p>The date and time that the object was last modified.</p>
pub fn set_last_modified(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_last_modified(input);
self
}
/// <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>
pub fn missing_meta(mut self, input: i32) -> Self {
self.inner = self.inner.missing_meta(input);
self
}
/// <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>
pub fn set_missing_meta(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_missing_meta(input);
self
}
/// Adds a key-value pair to `Metadata`.
///
/// To override the contents of this collection use [`set_metadata`](Self::set_metadata).
///
/// <p>A map of metadata to store with the object in S3.</p>
pub fn metadata(
mut self,
k: impl Into<std::string::String>,
v: impl Into<std::string::String>,
) -> Self {
self.inner = self.inner.metadata(k.into(), v.into());
self
}
/// <p>A map of metadata to store with the object in S3.</p>
pub fn set_metadata(
mut self,
input: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
) -> Self {
self.inner = self.inner.set_metadata(input);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
pub fn object_lock_mode(mut self, input: crate::types::ObjectLockMode) -> Self {
self.inner = self.inner.object_lock_mode(input);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
pub fn set_object_lock_mode(
mut self,
input: std::option::Option<crate::types::ObjectLockMode>,
) -> Self {
self.inner = self.inner.set_object_lock_mode(input);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
pub fn object_lock_legal_hold_status(
mut self,
input: crate::types::ObjectLockLegalHoldStatus,
) -> Self {
self.inner = self.inner.object_lock_legal_hold_status(input);
self
}
/// <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
pub fn set_object_lock_legal_hold_status(
mut self,
input: std::option::Option<crate::types::ObjectLockLegalHoldStatus>,
) -> Self {
self.inner = self.inner.set_object_lock_legal_hold_status(input);
self
}
/// <p>The date and time when Object Lock is configured to expire.</p>
pub fn object_lock_retain_until_date(mut self, input: aws_smithy_types::DateTime) -> Self {
self.inner = self.inner.object_lock_retain_until_date(input);
self
}
/// <p>The date and time when Object Lock is configured to expire.</p>
pub fn set_object_lock_retain_until_date(
mut self,
input: std::option::Option<aws_smithy_types::DateTime>,
) -> Self {
self.inner = self.inner.set_object_lock_retain_until_date(input);
self
}
/// <p>The count of parts this object has.</p>
pub fn parts_count(mut self, input: i32) -> Self {
self.inner = self.inner.parts_count(input);
self
}
/// <p>The count of parts this object has.</p>
pub fn set_parts_count(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_parts_count(input);
self
}
/// <p>Indicates if request involves bucket that is either a source or destination in a Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
pub fn replication_status(mut self, input: crate::types::ReplicationStatus) -> Self {
self.inner = self.inner.replication_status(input);
self
}
/// <p>Indicates if request involves bucket that is either a source or destination in a Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
pub fn set_replication_status(
mut self,
input: std::option::Option<crate::types::ReplicationStatus>,
) -> Self {
self.inner = self.inner.set_replication_status(input);
self
}
/// <p>If present, indicates that the requester was successfully charged for the request.</p>
pub fn request_charged(mut self, input: crate::types::RequestCharged) -> Self {
self.inner = self.inner.request_charged(input);
self
}
/// <p>If present, indicates that the requester was successfully charged for the request.</p>
pub fn set_request_charged(
mut self,
input: std::option::Option<crate::types::RequestCharged>,
) -> Self {
self.inner = self.inner.set_request_charged(input);
self
}
/// <p>Provides information about object restoration operation and expiration time of the restored object copy.</p>
pub fn restore(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.restore(input.into());
self
}
/// <p>Provides information about object restoration operation and expiration time of the restored object copy.</p>
pub fn set_restore(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_restore(input);
self
}
/// <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).</p>
pub fn server_side_encryption(mut self, input: crate::types::ServerSideEncryption) -> Self {
self.inner = self.inner.server_side_encryption(input);
self
}
/// <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256, aws:kms).</p>
pub fn set_server_side_encryption(
mut self,
input: std::option::Option<crate::types::ServerSideEncryption>,
) -> Self {
self.inner = self.inner.set_server_side_encryption(input);
self
}
/// <p>Encryption algorithm used if server-side encryption with a customer-provided encryption key was specified for object stored in Amazon S3.</p>
pub fn sse_customer_algorithm(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_algorithm(input.into());
self
}
/// <p>Encryption algorithm used if server-side encryption with a customer-provided encryption key was specified for object stored in Amazon S3.</p>
pub fn set_sse_customer_algorithm(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_algorithm(input);
self
}
/// <p> If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric customer managed key that was used for stored in Amazon S3 object. </p>
pub fn ssekms_key_id(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.ssekms_key_id(input.into());
self
}
/// <p> If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric customer managed key that was used for stored in Amazon S3 object. </p>
pub fn set_ssekms_key_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_ssekms_key_id(input);
self
}
/// <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data using server-side encryption with customer-provided encryption keys (SSE-C)</a>.</p>
pub fn sse_customer_key_md5(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.sse_customer_key_md5(input.into());
self
}
/// <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data using server-side encryption with customer-provided encryption keys (SSE-C)</a>.</p>
pub fn set_sse_customer_key_md5(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.inner = self.inner.set_sse_customer_key_md5(input);
self
}
/// <p>Provides storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.</p>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
pub fn storage_class(mut self, input: crate::types::StorageClass) -> Self {
self.inner = self.inner.storage_class(input);
self
}
/// <p>Provides storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.</p>
/// <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
pub fn set_storage_class(
mut self,
input: std::option::Option<crate::types::StorageClass>,
) -> Self {
self.inner = self.inner.set_storage_class(input);
self
}
/// <p>The number of tags, if any, on the object.</p>
pub fn tag_count(mut self, input: i32) -> Self {
self.inner = self.inner.tag_count(input);
self
}
/// <p>The number of tags, if any, on the object.</p>
pub fn set_tag_count(mut self, input: std::option::Option<i32>) -> Self {
self.inner = self.inner.set_tag_count(input);
self
}
/// <p>An ID used to reference a specific version of the object.</p>
pub fn version_id(mut self, input: impl Into<std::string::String>) -> Self {
self.inner = self.inner.version_id(input.into());
self
}
/// <p>An ID used to reference a specific version of the object.</p>
pub fn set_version_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.inner = self.inner.set_version_id(input);
self
}
/// <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with Amazon Web Services KMS (SSE-KMS).</p>
pub fn bucket_key_enabled(mut self, input: bool) -> Self {
self.inner = self.inner.bucket_key_enabled(input);
self
}
/// <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with Amazon Web Services KMS (SSE-KMS).</p>
pub fn set_bucket_key_enabled(mut self, input: std::option::Option<bool>) -> Self {
self.inner = self.inner.set_bucket_key_enabled(input);
self
}
}