Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-backup/include/aws/backup/model/
H A DListRestoreJobsRequest.h139 inline bool ByAccountIdHasBeenSet() const { return m_byAccountIdHasBeenSet; } in ByAccountIdHasBeenSet()
145 …inline void SetByAccountId(const Aws::String& value) { m_byAccountIdHasBeenSet = true; m_byAccount… in SetByAccountId()
151 …inline void SetByAccountId(Aws::String&& value) { m_byAccountIdHasBeenSet = true; m_byAccountId = … in SetByAccountId()
157 …inline void SetByAccountId(const char* value) { m_byAccountIdHasBeenSet = true; m_byAccountId.assi… in SetByAccountId()
279 bool m_byAccountIdHasBeenSet; variable
H A DListBackupJobsRequest.h437 inline bool ByAccountIdHasBeenSet() const { return m_byAccountIdHasBeenSet; } in ByAccountIdHasBeenSet()
444 …inline void SetByAccountId(const Aws::String& value) { m_byAccountIdHasBeenSet = true; m_byAccount… in SetByAccountId()
451 …inline void SetByAccountId(Aws::String&& value) { m_byAccountIdHasBeenSet = true; m_byAccountId = … in SetByAccountId()
458 …inline void SetByAccountId(const char* value) { m_byAccountIdHasBeenSet = true; m_byAccountId.assi… in SetByAccountId()
508 bool m_byAccountIdHasBeenSet; variable
H A DListCopyJobsRequest.h427 inline bool ByAccountIdHasBeenSet() const { return m_byAccountIdHasBeenSet; } in ByAccountIdHasBeenSet()
433 …inline void SetByAccountId(const Aws::String& value) { m_byAccountIdHasBeenSet = true; m_byAccount… in SetByAccountId()
439 …inline void SetByAccountId(Aws::String&& value) { m_byAccountIdHasBeenSet = true; m_byAccountId = … in SetByAccountId()
445 …inline void SetByAccountId(const char* value) { m_byAccountIdHasBeenSet = true; m_byAccountId.assi… in SetByAccountId()
492 bool m_byAccountIdHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-backup/source/model/
H A DListRestoreJobsRequest.cpp22 m_byAccountIdHasBeenSet(false), in ListRestoreJobsRequest()
52 if(m_byAccountIdHasBeenSet) in AddQueryStringParameters()
H A DListCopyJobsRequest.cpp29 m_byAccountIdHasBeenSet(false) in ListCopyJobsRequest()
97 if(m_byAccountIdHasBeenSet) in AddQueryStringParameters()
H A DListBackupJobsRequest.cpp29 m_byAccountIdHasBeenSet(false) in ListBackupJobsRequest()
97 if(m_byAccountIdHasBeenSet) in AddQueryStringParameters()