7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
9#include <aws/logs/model/SyslogSourceType.h>
20namespace CloudWatchLogs {
42 template <
typename LogGroupArnT = Aws::String>
44 m_logGroupArnHasBeenSet =
true;
45 m_logGroupArn = std::forward<LogGroupArnT>(value);
47 template <
typename LogGroupArnT = Aws::String>
61 m_sourceTypeHasBeenSet =
true;
76 template <
typename VpcEndpo
intIdT = Aws::String>
78 m_vpcEndpointIdHasBeenSet =
true;
79 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
81 template <
typename VpcEndpo
intIdT = Aws::String>
96 m_createdAtHasBeenSet =
true;
111 long long m_createdAt{0};
112 bool m_logGroupArnHasBeenSet =
false;
113 bool m_sourceTypeHasBeenSet =
false;
114 bool m_vpcEndpointIdHasBeenSet =
false;
115 bool m_createdAtHasBeenSet =
false;
const Aws::String & GetLogGroupArn() const
void SetSourceType(SyslogSourceType value)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedAtHasBeenSet() const
SyslogConfiguration & WithCreatedAt(long long value)
SyslogConfiguration & WithVpcEndpointId(VpcEndpointIdT &&value)
bool SourceTypeHasBeenSet() const
void SetLogGroupArn(LogGroupArnT &&value)
AWS_CLOUDWATCHLOGS_API SyslogConfiguration()=default
AWS_CLOUDWATCHLOGS_API SyslogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVpcEndpointId(VpcEndpointIdT &&value)
long long GetCreatedAt() const
bool LogGroupArnHasBeenSet() const
AWS_CLOUDWATCHLOGS_API SyslogConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVpcEndpointId() const
SyslogConfiguration & WithLogGroupArn(LogGroupArnT &&value)
SyslogSourceType GetSourceType() const
SyslogConfiguration & WithSourceType(SyslogSourceType value)
bool VpcEndpointIdHasBeenSet() const
void SetCreatedAt(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue