7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/model/SelfGrantStatusDetail.h>
49 template<
typename SelfGrantStatusDetailsT = Aws::Vector<SelfGrantStatusDetail>>
50 void SetSelfGrantStatusDetails(SelfGrantStatusDetailsT&& value) { m_selfGrantStatusDetailsHasBeenSet =
true; m_selfGrantStatusDetails = std::forward<SelfGrantStatusDetailsT>(value); }
51 template<
typename SelfGrantStatusDetailsT = Aws::Vector<SelfGrantStatusDetail>>
53 template<
typename SelfGrantStatusDetailsT = SelfGrantStatusDetail>
59 bool m_selfGrantStatusDetailsHasBeenSet =
false;
RedshiftSelfGrantStatusOutput & WithSelfGrantStatusDetails(SelfGrantStatusDetailsT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API RedshiftSelfGrantStatusOutput(Aws::Utils::Json::JsonView jsonValue)
bool SelfGrantStatusDetailsHasBeenSet() const
AWS_DATAZONE_API RedshiftSelfGrantStatusOutput()=default
void SetSelfGrantStatusDetails(SelfGrantStatusDetailsT &&value)
AWS_DATAZONE_API RedshiftSelfGrantStatusOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SelfGrantStatusDetail > & GetSelfGrantStatusDetails() const
RedshiftSelfGrantStatusOutput & AddSelfGrantStatusDetails(SelfGrantStatusDetailsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue