7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename VolumeIdT = Aws::String>
44 void SetVolumeId(VolumeIdT&& value) { m_volumeIdHasBeenSet =
true; m_volumeId = std::forward<VolumeIdT>(value); }
45 template<
typename VolumeIdT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename MountPo
intT = Aws::String>
68 void SetMountPoint(MountPointT&& value) { m_mountPointHasBeenSet =
true; m_mountPoint = std::forward<MountPointT>(value); }
69 template<
typename MountPo
intT = Aws::String>
75 bool m_volumeIdHasBeenSet =
false;
78 bool m_nameHasBeenSet =
false;
81 bool m_mountPointHasBeenSet =
false;
UpdateVolumeRequest & WithMountPoint(MountPointT &&value)
void SetVolumeId(VolumeIdT &&value)
bool MountPointHasBeenSet() const
bool NameHasBeenSet() const
bool VolumeIdHasBeenSet() const
UpdateVolumeRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_OPSWORKS_API Aws::String SerializePayload() const override
AWS_OPSWORKS_API UpdateVolumeRequest()=default
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetVolumeId() const
UpdateVolumeRequest & WithVolumeId(VolumeIdT &&value)
void SetMountPoint(MountPointT &&value)
const Aws::String & GetMountPoint() const
void SetName(NameT &&value)
const Aws::String & GetName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String