7#include <aws/cloudwatchomni/CloudWatchOmniRequest.h>
8#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
9#include <aws/cloudwatchomni/model/EncryptionConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudWatchOmni {
40 template <
typename SpaceIdT = Aws::String>
42 m_spaceIdHasBeenSet =
true;
43 m_spaceId = std::forward<SpaceIdT>(value);
45 template <
typename SpaceIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
80 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
82 m_encryptionConfigurationHasBeenSet =
true;
83 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
85 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
97 bool m_spaceIdHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
99 bool m_encryptionConfigurationHasBeenSet =
false;
void SetSpaceId(SpaceIdT &&value)
bool NameHasBeenSet() const
bool SpaceIdHasBeenSet() const
const EncryptionConfiguration & GetEncryptionConfiguration() const
AWS_CLOUDWATCHOMNI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateSpaceRequest & WithSpaceId(SpaceIdT &&value)
const Aws::String & GetName() const
AWS_CLOUDWATCHOMNI_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCHOMNI_API UpdateSpaceRequest()=default
UpdateSpaceRequest & WithName(NameT &&value)
const Aws::String & GetSpaceId() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetName(NameT &&value)
bool EncryptionConfigurationHasBeenSet() const
UpdateSpaceRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String