Home
last modified time | relevance | path

Searched refs:m_aPIVersion (Results 1 – 12 of 12) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-importexport/include/aws/importexport/model/
H A DGetStatusRequest.h68 inline const Aws::String& GetAPIVersion() const{ return m_aPIVersion; } in GetAPIVersion()
74 …id SetAPIVersion(const Aws::String& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = value; } in SetAPIVersion()
77 …inline void SetAPIVersion(Aws::String&& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = std… in SetAPIVersion()
80 …inline void SetAPIVersion(const char* value) { m_aPIVersionHasBeenSet = true; m_aPIVersion.assign(… in SetAPIVersion()
96 Aws::String m_aPIVersion; variable
H A DCancelJobRequest.h68 inline const Aws::String& GetAPIVersion() const{ return m_aPIVersion; } in GetAPIVersion()
74 …id SetAPIVersion(const Aws::String& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = value; } in SetAPIVersion()
77 …inline void SetAPIVersion(Aws::String&& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = std… in SetAPIVersion()
80 …inline void SetAPIVersion(const char* value) { m_aPIVersionHasBeenSet = true; m_aPIVersion.assign(… in SetAPIVersion()
96 Aws::String m_aPIVersion; variable
H A DListJobsRequest.h81 inline const Aws::String& GetAPIVersion() const{ return m_aPIVersion; } in GetAPIVersion()
87 …id SetAPIVersion(const Aws::String& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = value; } in SetAPIVersion()
90 …inline void SetAPIVersion(Aws::String&& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = std… in SetAPIVersion()
93 …inline void SetAPIVersion(const char* value) { m_aPIVersionHasBeenSet = true; m_aPIVersion.assign(… in SetAPIVersion()
112 Aws::String m_aPIVersion; variable
H A DCreateJobRequest.h126 inline const Aws::String& GetAPIVersion() const{ return m_aPIVersion; } in GetAPIVersion()
132 …id SetAPIVersion(const Aws::String& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = value; } in SetAPIVersion()
135 …inline void SetAPIVersion(Aws::String&& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = std… in SetAPIVersion()
138 …inline void SetAPIVersion(const char* value) { m_aPIVersionHasBeenSet = true; m_aPIVersion.assign(… in SetAPIVersion()
163 Aws::String m_aPIVersion; variable
H A DUpdateJobRequest.h126 inline const Aws::String& GetAPIVersion() const{ return m_aPIVersion; } in GetAPIVersion()
132 …id SetAPIVersion(const Aws::String& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = value; } in SetAPIVersion()
135 …inline void SetAPIVersion(Aws::String&& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = std… in SetAPIVersion()
138 …inline void SetAPIVersion(const char* value) { m_aPIVersionHasBeenSet = true; m_aPIVersion.assign(… in SetAPIVersion()
163 Aws::String m_aPIVersion; variable
H A DGetShippingLabelRequest.h319 inline const Aws::String& GetAPIVersion() const{ return m_aPIVersion; } in GetAPIVersion()
325 …id SetAPIVersion(const Aws::String& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = value; } in SetAPIVersion()
328 …inline void SetAPIVersion(Aws::String&& value) { m_aPIVersionHasBeenSet = true; m_aPIVersion = std… in SetAPIVersion()
331 …inline void SetAPIVersion(const char* value) { m_aPIVersionHasBeenSet = true; m_aPIVersion.assign(… in SetAPIVersion()
377 Aws::String m_aPIVersion; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-importexport/source/model/
H A DCancelJobRequest.cpp30 ss << "APIVersion=" << StringUtils::URLEncode(m_aPIVersion.c_str()) << "&"; in SerializePayload()
H A DGetStatusRequest.cpp30 ss << "APIVersion=" << StringUtils::URLEncode(m_aPIVersion.c_str()) << "&"; in SerializePayload()
H A DListJobsRequest.cpp37 ss << "APIVersion=" << StringUtils::URLEncode(m_aPIVersion.c_str()) << "&"; in SerializePayload()
H A DCreateJobRequest.cpp50 ss << "APIVersion=" << StringUtils::URLEncode(m_aPIVersion.c_str()) << "&"; in SerializePayload()
H A DUpdateJobRequest.cpp50 ss << "APIVersion=" << StringUtils::URLEncode(m_aPIVersion.c_str()) << "&"; in SerializePayload()
H A DGetShippingLabelRequest.cpp96 ss << "APIVersion=" << StringUtils::URLEncode(m_aPIVersion.c_str()) << "&"; in SerializePayload()