Lines Matching refs:RootCause

32   class AWS_COSTEXPLORER_API RootCause
35 RootCause();
36 RootCause(Aws::Utils::Json::JsonView jsonValue);
37 RootCause& operator=(Aws::Utils::Json::JsonView jsonValue);
75 inline RootCause& WithService(const Aws::String& value) { SetService(value); return *this;} in WithService()
81 … inline RootCause& WithService(Aws::String&& value) { SetService(std::move(value)); return *this;} in WithService()
87 inline RootCause& WithService(const char* value) { SetService(value); return *this;} in WithService()
118 inline RootCause& WithRegion(const Aws::String& value) { SetRegion(value); return *this;} in WithRegion()
123 inline RootCause& WithRegion(Aws::String&& value) { SetRegion(std::move(value)); return *this;} in WithRegion()
128 inline RootCause& WithRegion(const char* value) { SetRegion(value); return *this;} in WithRegion()
159 …inline RootCause& WithLinkedAccount(const Aws::String& value) { SetLinkedAccount(value); return *t… in WithLinkedAccount()
164 …inline RootCause& WithLinkedAccount(Aws::String&& value) { SetLinkedAccount(std::move(value)); ret… in WithLinkedAccount()
169 inline RootCause& WithLinkedAccount(const char* value) { SetLinkedAccount(value); return *this;} in WithLinkedAccount()
206 inline RootCause& WithUsageType(const Aws::String& value) { SetUsageType(value); return *this;} in WithUsageType()
212 …inline RootCause& WithUsageType(Aws::String&& value) { SetUsageType(std::move(value)); return *thi… in WithUsageType()
218 inline RootCause& WithUsageType(const char* value) { SetUsageType(value); return *this;} in WithUsageType()