AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FileSystemAssociationSummary.h
1
6#pragma once
7#include <aws/storagegateway/StorageGateway_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 StorageGateway
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_STORAGEGATEWAY_API FileSystemAssociationSummary();
38 AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetFileSystemAssociationId() const{ return m_fileSystemAssociationId; }
46 inline bool FileSystemAssociationIdHasBeenSet() const { return m_fileSystemAssociationIdHasBeenSet; }
47 inline void SetFileSystemAssociationId(const Aws::String& value) { m_fileSystemAssociationIdHasBeenSet = true; m_fileSystemAssociationId = value; }
48 inline void SetFileSystemAssociationId(Aws::String&& value) { m_fileSystemAssociationIdHasBeenSet = true; m_fileSystemAssociationId = std::move(value); }
49 inline void SetFileSystemAssociationId(const char* value) { m_fileSystemAssociationIdHasBeenSet = true; m_fileSystemAssociationId.assign(value); }
54
56
59 inline const Aws::String& GetFileSystemAssociationARN() const{ return m_fileSystemAssociationARN; }
60 inline bool FileSystemAssociationARNHasBeenSet() const { return m_fileSystemAssociationARNHasBeenSet; }
61 inline void SetFileSystemAssociationARN(const Aws::String& value) { m_fileSystemAssociationARNHasBeenSet = true; m_fileSystemAssociationARN = value; }
62 inline void SetFileSystemAssociationARN(Aws::String&& value) { m_fileSystemAssociationARNHasBeenSet = true; m_fileSystemAssociationARN = std::move(value); }
63 inline void SetFileSystemAssociationARN(const char* value) { m_fileSystemAssociationARNHasBeenSet = true; m_fileSystemAssociationARN.assign(value); }
68
70
75 inline const Aws::String& GetFileSystemAssociationStatus() const{ return m_fileSystemAssociationStatus; }
76 inline bool FileSystemAssociationStatusHasBeenSet() const { return m_fileSystemAssociationStatusHasBeenSet; }
77 inline void SetFileSystemAssociationStatus(const Aws::String& value) { m_fileSystemAssociationStatusHasBeenSet = true; m_fileSystemAssociationStatus = value; }
78 inline void SetFileSystemAssociationStatus(Aws::String&& value) { m_fileSystemAssociationStatusHasBeenSet = true; m_fileSystemAssociationStatus = std::move(value); }
79 inline void SetFileSystemAssociationStatus(const char* value) { m_fileSystemAssociationStatusHasBeenSet = true; m_fileSystemAssociationStatus.assign(value); }
84
86
87 inline const Aws::String& GetGatewayARN() const{ return m_gatewayARN; }
88 inline bool GatewayARNHasBeenSet() const { return m_gatewayARNHasBeenSet; }
89 inline void SetGatewayARN(const Aws::String& value) { m_gatewayARNHasBeenSet = true; m_gatewayARN = value; }
90 inline void SetGatewayARN(Aws::String&& value) { m_gatewayARNHasBeenSet = true; m_gatewayARN = std::move(value); }
91 inline void SetGatewayARN(const char* value) { m_gatewayARNHasBeenSet = true; m_gatewayARN.assign(value); }
92 inline FileSystemAssociationSummary& WithGatewayARN(const Aws::String& value) { SetGatewayARN(value); return *this;}
93 inline FileSystemAssociationSummary& WithGatewayARN(Aws::String&& value) { SetGatewayARN(std::move(value)); return *this;}
94 inline FileSystemAssociationSummary& WithGatewayARN(const char* value) { SetGatewayARN(value); return *this;}
96 private:
97
98 Aws::String m_fileSystemAssociationId;
99 bool m_fileSystemAssociationIdHasBeenSet = false;
100
101 Aws::String m_fileSystemAssociationARN;
102 bool m_fileSystemAssociationARNHasBeenSet = false;
103
104 Aws::String m_fileSystemAssociationStatus;
105 bool m_fileSystemAssociationStatusHasBeenSet = false;
106
107 Aws::String m_gatewayARN;
108 bool m_gatewayARNHasBeenSet = false;
109 };
110
111} // namespace Model
112} // namespace StorageGateway
113} // namespace Aws
AWS_STORAGEGATEWAY_API FileSystemAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FileSystemAssociationSummary & WithGatewayARN(const Aws::String &value)
FileSystemAssociationSummary & WithGatewayARN(const char *value)
FileSystemAssociationSummary & WithFileSystemAssociationARN(Aws::String &&value)
FileSystemAssociationSummary & WithFileSystemAssociationStatus(Aws::String &&value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
FileSystemAssociationSummary & WithFileSystemAssociationStatus(const char *value)
FileSystemAssociationSummary & WithFileSystemAssociationARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API FileSystemAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
FileSystemAssociationSummary & WithFileSystemAssociationId(const char *value)
FileSystemAssociationSummary & WithFileSystemAssociationId(Aws::String &&value)
FileSystemAssociationSummary & WithFileSystemAssociationId(const Aws::String &value)
FileSystemAssociationSummary & WithGatewayARN(Aws::String &&value)
FileSystemAssociationSummary & WithFileSystemAssociationStatus(const Aws::String &value)
FileSystemAssociationSummary & WithFileSystemAssociationARN(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue