Home
last modified time | relevance | path

Searched refs:m_rowIds (Results 1 – 6 of 6) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-honeycode/include/aws/honeycode/model/
H A DUpsertRowsResult.h49 inline const Aws::Vector<Aws::String>& GetRowIds() const{ return m_rowIds; } in GetRowIds()
65 …d SetRowIds(const Aws::Vector<Aws::String>& value) { m_rowIdsHasBeenSet = true; m_rowIds = value; } in SetRowIds()
73 …inline void SetRowIds(Aws::Vector<Aws::String>&& value) { m_rowIdsHasBeenSet = true; m_rowIds = st… in SetRowIds()
97 …esult& AddRowIds(const Aws::String& value) { m_rowIdsHasBeenSet = true; m_rowIds.push_back(value);… in AddRowIds()
105 …inline UpsertRowsResult& AddRowIds(Aws::String&& value) { m_rowIdsHasBeenSet = true; m_rowIds.push… in AddRowIds()
113 …inline UpsertRowsResult& AddRowIds(const char* value) { m_rowIdsHasBeenSet = true; m_rowIds.push_b… in AddRowIds()
148 Aws::Vector<Aws::String> m_rowIds;
H A DBatchDeleteTableRowsRequest.h156 inline const Aws::Vector<Aws::String>& GetRowIds() const{ return m_rowIds; } in GetRowIds()
172 …d SetRowIds(const Aws::Vector<Aws::String>& value) { m_rowIdsHasBeenSet = true; m_rowIds = value; } in SetRowIds()
180 …inline void SetRowIds(Aws::Vector<Aws::String>&& value) { m_rowIdsHasBeenSet = true; m_rowIds = st… in SetRowIds()
204 …quest& AddRowIds(const Aws::String& value) { m_rowIdsHasBeenSet = true; m_rowIds.push_back(value);… in AddRowIds()
212 …owsRequest& AddRowIds(Aws::String&& value) { m_rowIdsHasBeenSet = true; m_rowIds.push_back(std::mo… in AddRowIds()
220 …eRowsRequest& AddRowIds(const char* value) { m_rowIdsHasBeenSet = true; m_rowIds.push_back(value);… in AddRowIds()
319 Aws::Vector<Aws::String> m_rowIds; variable
H A DListTableRowsRequest.h155 inline const Aws::Vector<Aws::String>& GetRowIds() const{ return m_rowIds; } in GetRowIds()
169 …d SetRowIds(const Aws::Vector<Aws::String>& value) { m_rowIdsHasBeenSet = true; m_rowIds = value; } in SetRowIds()
176 …inline void SetRowIds(Aws::Vector<Aws::String>&& value) { m_rowIdsHasBeenSet = true; m_rowIds = st… in SetRowIds()
197 …quest& AddRowIds(const Aws::String& value) { m_rowIdsHasBeenSet = true; m_rowIds.push_back(value);… in AddRowIds()
204 …owsRequest& AddRowIds(Aws::String&& value) { m_rowIdsHasBeenSet = true; m_rowIds.push_back(std::mo… in AddRowIds()
211 …inline ListTableRowsRequest& AddRowIds(const char* value) { m_rowIdsHasBeenSet = true; m_rowIds.pu… in AddRowIds()
307 Aws::Vector<Aws::String> m_rowIds; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-honeycode/source/model/
H A DUpsertRowsResult.cpp43 m_rowIds.push_back(rowIdsJsonList[rowIdsIndex].AsString()); in operator =()
64 Array<JsonValue> rowIdsJsonList(m_rowIds.size()); in Jsonize()
67 rowIdsJsonList[rowIdsIndex].AsString(m_rowIds[rowIdsIndex]); in Jsonize()
H A DBatchDeleteTableRowsRequest.cpp29 Array<JsonValue> rowIdsJsonList(m_rowIds.size()); in SerializePayload()
32 rowIdsJsonList[rowIdsIndex].AsString(m_rowIds[rowIdsIndex]); in SerializePayload()
H A DListTableRowsRequest.cpp31 Array<JsonValue> rowIdsJsonList(m_rowIds.size()); in SerializePayload()
34 rowIdsJsonList[rowIdsIndex].AsString(m_rowIds[rowIdsIndex]); in SerializePayload()