AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IsBinaryFile.h
1
6#pragma once
7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CodeCommit
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_CODECOMMIT_API IsBinaryFile();
34 AWS_CODECOMMIT_API IsBinaryFile(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CODECOMMIT_API IsBinaryFile& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline bool GetSource() const{ return m_source; }
45 inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
46 inline void SetSource(bool value) { m_sourceHasBeenSet = true; m_source = value; }
47 inline IsBinaryFile& WithSource(bool value) { SetSource(value); return *this;}
49
51
55 inline bool GetDestination() const{ return m_destination; }
56 inline bool DestinationHasBeenSet() const { return m_destinationHasBeenSet; }
57 inline void SetDestination(bool value) { m_destinationHasBeenSet = true; m_destination = value; }
58 inline IsBinaryFile& WithDestination(bool value) { SetDestination(value); return *this;}
60
62
66 inline bool GetBase() const{ return m_base; }
67 inline bool BaseHasBeenSet() const { return m_baseHasBeenSet; }
68 inline void SetBase(bool value) { m_baseHasBeenSet = true; m_base = value; }
69 inline IsBinaryFile& WithBase(bool value) { SetBase(value); return *this;}
71 private:
72
73 bool m_source;
74 bool m_sourceHasBeenSet = false;
75
76 bool m_destination;
77 bool m_destinationHasBeenSet = false;
78
79 bool m_base;
80 bool m_baseHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace CodeCommit
85} // namespace Aws
IsBinaryFile & WithDestination(bool value)
AWS_CODECOMMIT_API IsBinaryFile & operator=(Aws::Utils::Json::JsonView jsonValue)
IsBinaryFile & WithSource(bool value)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODECOMMIT_API IsBinaryFile(Aws::Utils::Json::JsonView jsonValue)
IsBinaryFile & WithBase(bool value)
Aws::Utils::Json::JsonValue JsonValue