7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrassv2/model/S3EndpointType.h>
11#include <aws/greengrassv2/model/IotEndpointType.h>
54 template<
typename ArnT = Aws::String>
55 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
56 template<
typename ArnT = Aws::String>
71 template<
typename ArtifactNameT = Aws::String>
72 void SetArtifactName(ArtifactNameT&& value) { m_artifactNameHasBeenSet =
true; m_artifactName = std::forward<ArtifactNameT>(value); }
73 template<
typename ArtifactNameT = Aws::String>
106 bool m_arnHasBeenSet =
false;
109 bool m_artifactNameHasBeenSet =
false;
112 bool m_s3EndpointTypeHasBeenSet =
false;
115 bool m_iotEndpointTypeHasBeenSet =
false;
AWS_GREENGRASSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetArtifactName() const
AWS_GREENGRASSV2_API GetComponentVersionArtifactRequest()=default
bool IotEndpointTypeHasBeenSet() const
IotEndpointType GetIotEndpointType() const
GetComponentVersionArtifactRequest & WithIotEndpointType(IotEndpointType value)
GetComponentVersionArtifactRequest & WithArtifactName(ArtifactNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
GetComponentVersionArtifactRequest & WithArn(ArnT &&value)
S3EndpointType GetS3EndpointType() const
GetComponentVersionArtifactRequest & WithS3EndpointType(S3EndpointType value)
void SetArn(ArnT &&value)
bool S3EndpointTypeHasBeenSet() const
void SetIotEndpointType(IotEndpointType value)
const Aws::String & GetArn() const
void SetArtifactName(ArtifactNameT &&value)
AWS_GREENGRASSV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ArtifactNameHasBeenSet() const
bool ArnHasBeenSet() const
void SetS3EndpointType(S3EndpointType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String