7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename AssociatedAtT = Aws::String>
36 m_associatedAtHasBeenSet =
true;
37 m_associatedAt = std::forward<AssociatedAtT>(value);
39 template <
typename AssociatedAtT = Aws::String>
51 template <
typename RoleArnT = Aws::String>
53 m_roleArnHasBeenSet =
true;
54 m_roleArn = std::forward<RoleArnT>(value);
56 template <
typename RoleArnT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
79 bool m_associatedAtHasBeenSet =
false;
82 bool m_roleArnHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
void SetRoleArn(RoleArnT &&value)
GetAssociatedRoleResult & WithRoleArn(RoleArnT &&value)
AWS_GREENGRASS_API GetAssociatedRoleResult()=default
const Aws::String & GetAssociatedAt() const
GetAssociatedRoleResult & WithRequestId(RequestIdT &&value)
AWS_GREENGRASS_API GetAssociatedRoleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRoleArn() const
void SetAssociatedAt(AssociatedAtT &&value)
GetAssociatedRoleResult & WithAssociatedAt(AssociatedAtT &&value)
const Aws::String & GetRequestId() const
AWS_GREENGRASS_API GetAssociatedRoleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue