Home
last modified time | relevance | path

Searched refs:m_archiveDescription (Results 1 – 10 of 10) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/source/model/
H A DGetJobOutputResult.cpp31 m_archiveDescription(std::move(toMove.m_archiveDescription)) in GetJobOutputResult()
48 m_archiveDescription = std::move(toMove.m_archiveDescription); in operator =()
91 m_archiveDescription = archiveDescriptionIter->second; in operator =()
H A DUploadListElement.cpp60 m_archiveDescription = jsonValue.GetString("ArchiveDescription"); in operator =()
100 payload.WithString("ArchiveDescription", m_archiveDescription); in Jsonize()
H A DInitiateMultipartUploadRequest.cpp35 ss << m_archiveDescription; in GetRequestSpecificHeaders()
H A DUploadArchiveRequest.cpp35 ss << m_archiveDescription; in GetRequestSpecificHeaders()
H A DListPartsResult.cpp47 m_archiveDescription = jsonValue.GetString("ArchiveDescription"); in operator =()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/include/aws/glacier/model/
H A DUploadArchiveRequest.h156 inline const Aws::String& GetArchiveDescription() const{ return m_archiveDescription; } in GetArchiveDescription()
166 …(const Aws::String& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = value; } in SetArchiveDescription()
171 …ion(Aws::String&& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = std::move… in SetArchiveDescription()
176 …ption(const char* value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription.assign(valu… in SetArchiveDescription()
242 Aws::String m_archiveDescription; variable
H A DInitiateMultipartUploadRequest.h161 inline const Aws::String& GetArchiveDescription() const{ return m_archiveDescription; } in GetArchiveDescription()
177 …(const Aws::String& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = value; } in SetArchiveDescription()
185 …ion(Aws::String&& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = std::move… in SetArchiveDescription()
193 …ption(const char* value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription.assign(valu… in SetArchiveDescription()
276 Aws::String m_archiveDescription; variable
H A DUploadListElement.h127 inline const Aws::String& GetArchiveDescription() const{ return m_archiveDescription; } in GetArchiveDescription()
139 …(const Aws::String& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = value; } in SetArchiveDescription()
145 …ion(Aws::String&& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = std::move… in SetArchiveDescription()
151 …ption(const char* value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription.assign(valu… in SetArchiveDescription()
249 Aws::String m_archiveDescription; variable
H A DGetJobOutputResult.h349 inline const Aws::String& GetArchiveDescription() const{ return m_archiveDescription; } in GetArchiveDescription()
354 inline void SetArchiveDescription(const Aws::String& value) { m_archiveDescription = value; } in SetArchiveDescription()
359 …inline void SetArchiveDescription(Aws::String&& value) { m_archiveDescription = std::move(value); } in SetArchiveDescription()
364 inline void SetArchiveDescription(const char* value) { m_archiveDescription.assign(value); } in SetArchiveDescription()
395 Aws::String m_archiveDescription; variable
H A DListPartsResult.h126 inline const Aws::String& GetArchiveDescription() const{ return m_archiveDescription; } in GetArchiveDescription()
132 inline void SetArchiveDescription(const Aws::String& value) { m_archiveDescription = value; } in SetArchiveDescription()
138 …inline void SetArchiveDescription(Aws::String&& value) { m_archiveDescription = std::move(value); } in SetArchiveDescription()
144 inline void SetArchiveDescription(const char* value) { m_archiveDescription.assign(value); } in SetArchiveDescription()
325 Aws::String m_archiveDescription; variable