AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
JobAttachmentDetailsEntity.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/Attachments.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace deadline {
21namespace Model {
22
29 public:
30 AWS_DEADLINE_API JobAttachmentDetailsEntity() = default;
33 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetJobId() const { return m_jobId; }
40 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
41 template <typename JobIdT = Aws::String>
42 void SetJobId(JobIdT&& value) {
43 m_jobIdHasBeenSet = true;
44 m_jobId = std::forward<JobIdT>(value);
45 }
46 template <typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
49 return *this;
50 }
52
54
57 inline const Attachments& GetAttachments() const { return m_attachments; }
58 inline bool AttachmentsHasBeenSet() const { return m_attachmentsHasBeenSet; }
59 template <typename AttachmentsT = Attachments>
60 void SetAttachments(AttachmentsT&& value) {
61 m_attachmentsHasBeenSet = true;
62 m_attachments = std::forward<AttachmentsT>(value);
63 }
64 template <typename AttachmentsT = Attachments>
66 SetAttachments(std::forward<AttachmentsT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_jobId;
72 bool m_jobIdHasBeenSet = false;
73
74 Attachments m_attachments;
75 bool m_attachmentsHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace deadline
80} // namespace Aws
AWS_DEADLINE_API JobAttachmentDetailsEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
JobAttachmentDetailsEntity & WithJobId(JobIdT &&value)
JobAttachmentDetailsEntity & WithAttachments(AttachmentsT &&value)
AWS_DEADLINE_API JobAttachmentDetailsEntity(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API JobAttachmentDetailsEntity()=default
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue