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