7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename RoleArnT = Aws::String>
53 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
54 template<
typename RoleArnT = Aws::String>
66 inline void SetExpiresInSec(
long long value) { m_expiresInSecHasBeenSet =
true; m_expiresInSec = value; }
72 bool m_roleArnHasBeenSet =
false;
74 long long m_expiresInSec{0};
75 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