Searched refs:m_rowIds (Results 1 – 6 of 6) sorted by relevance
49 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;
156 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
155 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
43 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()
29 Array<JsonValue> rowIdsJsonList(m_rowIds.size()); in SerializePayload()32 rowIdsJsonList[rowIdsIndex].AsString(m_rowIds[rowIdsIndex]); in SerializePayload()
31 Array<JsonValue> rowIdsJsonList(m_rowIds.size()); in SerializePayload()34 rowIdsJsonList[rowIdsIndex].AsString(m_rowIds[rowIdsIndex]); in SerializePayload()