AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
OutputLocation.h
1
6#pragma once
7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace RoboMaker
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_ROBOMAKER_API OutputLocation();
35 AWS_ROBOMAKER_API OutputLocation(Aws::Utils::Json::JsonView jsonValue);
37 AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetS3Bucket() const{ return m_s3Bucket; }
45 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
46 inline void SetS3Bucket(const Aws::String& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = value; }
47 inline void SetS3Bucket(Aws::String&& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = std::move(value); }
48 inline void SetS3Bucket(const char* value) { m_s3BucketHasBeenSet = true; m_s3Bucket.assign(value); }
49 inline OutputLocation& WithS3Bucket(const Aws::String& value) { SetS3Bucket(value); return *this;}
50 inline OutputLocation& WithS3Bucket(Aws::String&& value) { SetS3Bucket(std::move(value)); return *this;}
51 inline OutputLocation& WithS3Bucket(const char* value) { SetS3Bucket(value); return *this;}
53
55
59 inline const Aws::String& GetS3Prefix() const{ return m_s3Prefix; }
60 inline bool S3PrefixHasBeenSet() const { return m_s3PrefixHasBeenSet; }
61 inline void SetS3Prefix(const Aws::String& value) { m_s3PrefixHasBeenSet = true; m_s3Prefix = value; }
62 inline void SetS3Prefix(Aws::String&& value) { m_s3PrefixHasBeenSet = true; m_s3Prefix = std::move(value); }
63 inline void SetS3Prefix(const char* value) { m_s3PrefixHasBeenSet = true; m_s3Prefix.assign(value); }
64 inline OutputLocation& WithS3Prefix(const Aws::String& value) { SetS3Prefix(value); return *this;}
65 inline OutputLocation& WithS3Prefix(Aws::String&& value) { SetS3Prefix(std::move(value)); return *this;}
66 inline OutputLocation& WithS3Prefix(const char* value) { SetS3Prefix(value); return *this;}
68 private:
69
70 Aws::String m_s3Bucket;
71 bool m_s3BucketHasBeenSet = false;
72
73 Aws::String m_s3Prefix;
74 bool m_s3PrefixHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace RoboMaker
79} // namespace Aws
const Aws::String & GetS3Prefix() const
OutputLocation & WithS3Prefix(const Aws::String &value)
void SetS3Prefix(const char *value)
void SetS3Bucket(Aws::String &&value)
AWS_ROBOMAKER_API OutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3Bucket(const Aws::String &value)
void SetS3Prefix(Aws::String &&value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
OutputLocation & WithS3Bucket(Aws::String &&value)
OutputLocation & WithS3Bucket(const char *value)
OutputLocation & WithS3Bucket(const Aws::String &value)
AWS_ROBOMAKER_API OutputLocation(Aws::Utils::Json::JsonView jsonValue)
OutputLocation & WithS3Prefix(Aws::String &&value)
void SetS3Bucket(const char *value)
void SetS3Prefix(const Aws::String &value)
const Aws::String & GetS3Bucket() const
OutputLocation & WithS3Prefix(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue