AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-iot
include
aws
iot
model
BillingGroupMetadata.h
1
6
#pragma once
7
#include <aws/iot/IoT_EXPORTS.h>
8
#include <aws/core/utils/DateTime.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
IoT
22
{
23
namespace
Model
24
{
25
31
class
BillingGroupMetadata
32
{
33
public
:
34
AWS_IOT_API
BillingGroupMetadata
();
35
AWS_IOT_API
BillingGroupMetadata
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_IOT_API
BillingGroupMetadata
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_IOT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
38
39
41
44
inline
const
Aws::Utils::DateTime
&
GetCreationDate
()
const
{
return
m_creationDate; }
45
inline
bool
CreationDateHasBeenSet
()
const
{
return
m_creationDateHasBeenSet; }
46
inline
void
SetCreationDate
(
const
Aws::Utils::DateTime
& value) { m_creationDateHasBeenSet =
true
; m_creationDate = value; }
47
inline
void
SetCreationDate
(
Aws::Utils::DateTime
&& value) { m_creationDateHasBeenSet =
true
; m_creationDate = std::move(value); }
48
inline
BillingGroupMetadata
&
WithCreationDate
(
const
Aws::Utils::DateTime
& value) {
SetCreationDate
(value);
return
*
this
;}
49
inline
BillingGroupMetadata
&
WithCreationDate
(
Aws::Utils::DateTime
&& value) {
SetCreationDate
(std::move(value));
return
*
this
;}
51
private
:
52
53
Aws::Utils::DateTime
m_creationDate;
54
bool
m_creationDateHasBeenSet =
false
;
55
};
56
57
}
// namespace Model
58
}
// namespace IoT
59
}
// namespace Aws
Aws::IoT::Model::BillingGroupMetadata
Definition
BillingGroupMetadata.h:32
Aws::IoT::Model::BillingGroupMetadata::SetCreationDate
void SetCreationDate(Aws::Utils::DateTime &&value)
Definition
BillingGroupMetadata.h:47
Aws::IoT::Model::BillingGroupMetadata::BillingGroupMetadata
AWS_IOT_API BillingGroupMetadata(Aws::Utils::Json::JsonView jsonValue)
Aws::IoT::Model::BillingGroupMetadata::WithCreationDate
BillingGroupMetadata & WithCreationDate(const Aws::Utils::DateTime &value)
Definition
BillingGroupMetadata.h:48
Aws::IoT::Model::BillingGroupMetadata::WithCreationDate
BillingGroupMetadata & WithCreationDate(Aws::Utils::DateTime &&value)
Definition
BillingGroupMetadata.h:49
Aws::IoT::Model::BillingGroupMetadata::BillingGroupMetadata
AWS_IOT_API BillingGroupMetadata()
Aws::IoT::Model::BillingGroupMetadata::SetCreationDate
void SetCreationDate(const Aws::Utils::DateTime &value)
Definition
BillingGroupMetadata.h:46
Aws::IoT::Model::BillingGroupMetadata::GetCreationDate
const Aws::Utils::DateTime & GetCreationDate() const
Definition
BillingGroupMetadata.h:44
Aws::IoT::Model::BillingGroupMetadata::CreationDateHasBeenSet
bool CreationDateHasBeenSet() const
Definition
BillingGroupMetadata.h:45
Aws::IoT::Model::BillingGroupMetadata::operator=
AWS_IOT_API BillingGroupMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::IoT::Model::BillingGroupMetadata::Jsonize
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::DateTime
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences