7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/cloudwatchomni/model/EncryptionConfiguration.h>
9#include <aws/cloudwatchomni/model/SpaceStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/crt/cbor/Cbor.h>
22namespace CloudWatchOmni {
32 AWS_CLOUDWATCHOMNI_API
Space() =
default;
33 AWS_CLOUDWATCHOMNI_API
Space(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
34 AWS_CLOUDWATCHOMNI_API
Space&
operator=(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
35 AWS_CLOUDWATCHOMNI_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
43 template <
typename SpaceIdT = Aws::String>
45 m_spaceIdHasBeenSet =
true;
46 m_spaceId = std::forward<SpaceIdT>(value);
48 template <
typename SpaceIdT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename SpaceArnT = Aws::String>
81 m_spaceArnHasBeenSet =
true;
82 m_spaceArn = std::forward<SpaceArnT>(value);
84 template <
typename SpaceArnT = Aws::String>
99 template <
typename DomainArnT = Aws::String>
101 m_domainArnHasBeenSet =
true;
102 m_domainArn = std::forward<DomainArnT>(value);
104 template <
typename DomainArnT = Aws::String>
117 template <
typename RegionT = Aws::String>
119 m_regionHasBeenSet =
true;
120 m_region = std::forward<RegionT>(value);
122 template <
typename RegionT = Aws::String>
135 template <
typename OwnerAccountIdT = Aws::String>
137 m_ownerAccountIdHasBeenSet =
true;
138 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
140 template <
typename OwnerAccountIdT = Aws::String>
153 template <
typename DataAccessRoleArnT = Aws::String>
155 m_dataAccessRoleArnHasBeenSet =
true;
156 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
158 template <
typename DataAccessRoleArnT = Aws::String>
171 template <
typename CreatedAtT = Aws::Utils::DateTime>
173 m_createdAtHasBeenSet =
true;
174 m_createdAt = std::forward<CreatedAtT>(value);
176 template <
typename CreatedAtT = Aws::Utils::DateTime>
189 template <
typename UpdatedAtT = Aws::Utils::DateTime>
191 m_updatedAtHasBeenSet =
true;
192 m_updatedAt = std::forward<UpdatedAtT>(value);
194 template <
typename UpdatedAtT = Aws::Utils::DateTime>
208 template <
typename AgentCoreEvaluationRoleArnT = Aws::String>
210 m_agentCoreEvaluationRoleArnHasBeenSet =
true;
211 m_agentCoreEvaluationRoleArn = std::forward<AgentCoreEvaluationRoleArnT>(value);
213 template <
typename AgentCoreEvaluationRoleArnT = Aws::String>
227 m_statusHasBeenSet =
true;
242 template <
typename StatusReasonT = Aws::String>
244 m_statusReasonHasBeenSet =
true;
245 m_statusReason = std::forward<StatusReasonT>(value);
247 template <
typename StatusReasonT = Aws::String>
262 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
264 m_encryptionConfigurationHasBeenSet =
true;
265 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
267 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
298 EncryptionConfiguration m_encryptionConfiguration;
299 bool m_spaceIdHasBeenSet =
false;
300 bool m_nameHasBeenSet =
false;
301 bool m_spaceArnHasBeenSet =
false;
302 bool m_domainArnHasBeenSet =
false;
303 bool m_regionHasBeenSet =
false;
304 bool m_ownerAccountIdHasBeenSet =
false;
305 bool m_dataAccessRoleArnHasBeenSet =
false;
306 bool m_createdAtHasBeenSet =
false;
307 bool m_updatedAtHasBeenSet =
false;
308 bool m_agentCoreEvaluationRoleArnHasBeenSet =
false;
309 bool m_statusHasBeenSet =
false;
310 bool m_statusReasonHasBeenSet =
false;
311 bool m_encryptionConfigurationHasBeenSet =
false;
Space & WithUpdatedAt(UpdatedAtT &&value)
bool NameHasBeenSet() const
bool AgentCoreEvaluationRoleArnHasBeenSet() const
Space & WithSpaceArn(SpaceArnT &&value)
void SetStatus(SpaceStatus value)
Space & WithDomainArn(DomainArnT &&value)
bool SpaceIdHasBeenSet() const
Space & WithSpaceId(SpaceIdT &&value)
bool OwnerAccountIdHasBeenSet() const
void SetSpaceArn(SpaceArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetRegion(RegionT &&value)
bool CreatedAtHasBeenSet() const
bool StatusHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
Space & WithOwnerAccountId(OwnerAccountIdT &&value)
const Aws::String & GetStatusReason() const
bool DataAccessRoleArnHasBeenSet() const
void SetDomainArn(DomainArnT &&value)
bool EncryptionConfigurationHasBeenSet() const
const Aws::String & GetName() const
void SetStatusReason(StatusReasonT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
Space & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
Space & WithCreatedAt(CreatedAtT &&value)
void SetSpaceId(SpaceIdT &&value)
bool UpdatedAtHasBeenSet() const
const Aws::String & GetRegion() const
const Aws::String & GetDataAccessRoleArn() const
bool SpaceArnHasBeenSet() const
void SetName(NameT &&value)
bool DomainArnHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetAgentCoreEvaluationRoleArn(AgentCoreEvaluationRoleArnT &&value)
Space & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
SpaceStatus GetStatus() const
Space & WithStatusReason(StatusReasonT &&value)
const Aws::String & GetOwnerAccountId() const
const Aws::String & GetSpaceId() const
Space & WithAgentCoreEvaluationRoleArn(AgentCoreEvaluationRoleArnT &&value)
const Aws::String & GetDomainArn() const
const Aws::String & GetSpaceArn() const
void SetOwnerAccountId(OwnerAccountIdT &&value)
AWS_CLOUDWATCHOMNI_API Space(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
Space & WithRegion(RegionT &&value)
const Aws::String & GetAgentCoreEvaluationRoleArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
Space & WithStatus(SpaceStatus value)
bool RegionHasBeenSet() const
bool StatusReasonHasBeenSet() const
AWS_CLOUDWATCHOMNI_API Space()=default
Space & WithName(NameT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_CLOUDWATCHOMNI_API Space & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_CLOUDWATCHOMNI_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String