7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename LogGroupArnT = Aws::String>
43 m_logGroupArnHasBeenSet =
true;
44 m_logGroupArn = std::forward<LogGroupArnT>(value);
46 template <
typename LogGroupArnT = Aws::String>
59 template <
typename LogStreamNameT = Aws::String>
61 m_logStreamNameHasBeenSet =
true;
62 m_logStreamName = std::forward<LogStreamNameT>(value);
64 template <
typename LogStreamNameT = Aws::String>
74 bool m_logGroupArnHasBeenSet =
false;
75 bool m_logStreamNameHasBeenSet =
false;
bool LogStreamNameHasBeenSet() const
const Aws::String & GetLogGroupArn() const
void SetLogGroupArn(LogGroupArnT &&value)
AWS_SAGEMAKER_API AICloudWatchLogs()=default
const Aws::String & GetLogStreamName() const
bool LogGroupArnHasBeenSet() const
void SetLogStreamName(LogStreamNameT &&value)
AICloudWatchLogs & WithLogStreamName(LogStreamNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AICloudWatchLogs(Aws::Utils::Json::JsonView jsonValue)
AICloudWatchLogs & WithLogGroupArn(LogGroupArnT &&value)
AWS_SAGEMAKER_API AICloudWatchLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue