7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/workspaces/WorkSpacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/workspaces/model/ImageAssociatedResourceType.h>
47 inline void SetImageId(
const char* value) { m_imageIdHasBeenSet =
true; m_imageId.assign(value); }
69 bool m_imageIdHasBeenSet =
false;
72 bool m_associatedResourceTypesHasBeenSet =
false;
const Aws::Vector< ImageAssociatedResourceType > & GetAssociatedResourceTypes() const
void SetImageId(const char *value)
AWS_WORKSPACES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ImageIdHasBeenSet() const
void SetImageId(const Aws::String &value)
void SetImageId(Aws::String &&value)
DescribeImageAssociationsRequest & WithAssociatedResourceTypes(const Aws::Vector< ImageAssociatedResourceType > &value)
void SetAssociatedResourceTypes(const Aws::Vector< ImageAssociatedResourceType > &value)
DescribeImageAssociationsRequest & WithImageId(const Aws::String &value)
DescribeImageAssociationsRequest & WithAssociatedResourceTypes(Aws::Vector< ImageAssociatedResourceType > &&value)
AWS_WORKSPACES_API DescribeImageAssociationsRequest()
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeImageAssociationsRequest & AddAssociatedResourceTypes(ImageAssociatedResourceType &&value)
void SetAssociatedResourceTypes(Aws::Vector< ImageAssociatedResourceType > &&value)
bool AssociatedResourceTypesHasBeenSet() const
DescribeImageAssociationsRequest & WithImageId(const char *value)
DescribeImageAssociationsRequest & AddAssociatedResourceTypes(const ImageAssociatedResourceType &value)
const Aws::String & GetImageId() const
DescribeImageAssociationsRequest & WithImageId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ImageAssociatedResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector