7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/b2bi/model/Logging.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetBusinessName(
const char* value) { m_businessNameHasBeenSet =
true; m_businessName.assign(value); }
91 inline void SetLogging(
const Logging& value) { m_loggingHasBeenSet =
true; m_logging = value; }
92 inline void SetLogging(
Logging&& value) { m_loggingHasBeenSet =
true; m_logging = std::move(value); }
105 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
138 bool m_profileIdHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
144 bool m_businessNameHasBeenSet =
false;
147 bool m_loggingHasBeenSet =
false;
150 bool m_logGroupNameHasBeenSet =
false;
153 bool m_createdAtHasBeenSet =
false;
156 bool m_modifiedAtHasBeenSet =
false;
const Aws::String & GetLogGroupName() const
void SetLogging(Logging &&value)
void SetModifiedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
ProfileSummary & WithBusinessName(const Aws::String &value)
void SetProfileId(const char *value)
void SetLogGroupName(const Aws::String &value)
bool CreatedAtHasBeenSet() const
void SetBusinessName(Aws::String &&value)
bool ModifiedAtHasBeenSet() const
void SetBusinessName(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetModifiedAt() const
ProfileSummary & WithLogGroupName(Aws::String &&value)
ProfileSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetBusinessName(const char *value)
ProfileSummary & WithLogging(const Logging &value)
ProfileSummary & WithBusinessName(Aws::String &&value)
ProfileSummary & WithName(Aws::String &&value)
const Logging & GetLogging() const
void SetProfileId(const Aws::String &value)
ProfileSummary & WithBusinessName(const char *value)
const Aws::String & GetBusinessName() const
bool BusinessNameHasBeenSet() const
void SetLogging(const Logging &value)
AWS_B2BI_API ProfileSummary()
bool NameHasBeenSet() const
void SetProfileId(Aws::String &&value)
const Aws::String & GetProfileId() const
void SetName(const Aws::String &value)
AWS_B2BI_API ProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfileSummary & WithLogGroupName(const char *value)
ProfileSummary & WithProfileId(const char *value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetName(const char *value)
bool LogGroupNameHasBeenSet() const
void SetLogGroupName(const char *value)
ProfileSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
ProfileSummary & WithName(const Aws::String &value)
ProfileSummary & WithName(const char *value)
void SetModifiedAt(Aws::Utils::DateTime &&value)
ProfileSummary & WithLogGroupName(const Aws::String &value)
AWS_B2BI_API ProfileSummary(Aws::Utils::Json::JsonView jsonValue)
ProfileSummary & WithProfileId(const Aws::String &value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
bool LoggingHasBeenSet() const
ProfileSummary & WithProfileId(Aws::String &&value)
void SetLogGroupName(Aws::String &&value)
bool ProfileIdHasBeenSet() const
ProfileSummary & WithLogging(Logging &&value)
ProfileSummary & WithModifiedAt(const Aws::Utils::DateTime &value)
ProfileSummary & WithModifiedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue