Home
last modified time | relevance | path

Searched refs:m_folderPathHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DGetFolderRequest.h157 inline bool FolderPathHasBeenSet() const { return m_folderPathHasBeenSet; } in FolderPathHasBeenSet()
165 …inline void SetFolderPath(const Aws::String& value) { m_folderPathHasBeenSet = true; m_folderPath … in SetFolderPath()
173 …inline void SetFolderPath(Aws::String&& value) { m_folderPathHasBeenSet = true; m_folderPath = std… in SetFolderPath()
181 …inline void SetFolderPath(const char* value) { m_folderPathHasBeenSet = true; m_folderPath.assign(… in SetFolderPath()
216 bool m_folderPathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DFolder.h205 inline bool FolderPathHasBeenSet() const { return m_folderPathHasBeenSet; } in FolderPathHasBeenSet()
210 …inline void SetFolderPath(const Aws::Vector<Aws::String>& value) { m_folderPathHasBeenSet = true; … in SetFolderPath()
215 …inline void SetFolderPath(Aws::Vector<Aws::String>&& value) { m_folderPathHasBeenSet = true; m_fol… in SetFolderPath()
230 …inline Folder& AddFolderPath(const Aws::String& value) { m_folderPathHasBeenSet = true; m_folderPa… in AddFolderPath()
235 …inline Folder& AddFolderPath(Aws::String&& value) { m_folderPathHasBeenSet = true; m_folderPath.pu… in AddFolderPath()
240 …inline Folder& AddFolderPath(const char* value) { m_folderPathHasBeenSet = true; m_folderPath.push… in AddFolderPath()
319 bool m_folderPathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/source/model/
H A DFolder.cpp27 m_folderPathHasBeenSet(false), in Folder()
39 m_folderPathHasBeenSet(false), in Folder()
83 m_folderPathHasBeenSet = true; in operator =()
130 if(m_folderPathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/source/model/
H A DGetFolderRequest.cpp18 m_folderPathHasBeenSet(false) in GetFolderRequest()
38 if(m_folderPathHasBeenSet) in SerializePayload()