7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
46 template <
typename RoleArnT = Aws::String>
48 m_roleArnHasBeenSet =
true;
49 m_roleArn = std::forward<RoleArnT>(value);
51 template <
typename RoleArnT = Aws::String>
67 m_expiresInSecHasBeenSet =
true;
68 m_expiresInSec = value;
78 long long m_expiresInSec{0};
79 bool m_roleArnHasBeenSet =
false;
80 bool m_expiresInSecHasBeenSet =
false;
bool RoleArnHasBeenSet() const
bool ExpiresInSecHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API PresignedUrlConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API PresignedUrlConfig()=default
const Aws::String & GetRoleArn() const
PresignedUrlConfig & WithExpiresInSec(long long value)
AWS_IOT_API PresignedUrlConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetExpiresInSec() const
void SetExpiresInSec(long long value)
PresignedUrlConfig & WithRoleArn(RoleArnT &&value)
void SetRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue