7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace IoTManagedIntegrations
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename ArnT = Aws::String>
60 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
61 template<
typename ArnT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename CreatedAtT = Aws::Utils::DateTime>
84 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
91 bool m_idHasBeenSet =
false;
94 bool m_arnHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
100 bool m_createdAtHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API CredentialLockerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CredentialLockerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
CredentialLockerSummary & WithName(NameT &&value)
bool CreatedAtHasBeenSet() const
CredentialLockerSummary & WithCreatedAt(CreatedAtT &&value)
bool ArnHasBeenSet() const
CredentialLockerSummary & WithArn(ArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
CredentialLockerSummary & WithId(IdT &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool IdHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTMANAGEDINTEGRATIONS_API CredentialLockerSummary()=default
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue