7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/SigningProfileParameter.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/Destination.h>
48 template<
typename SigningProfileParameterT = SigningProfileParameter>
49 void SetSigningProfileParameter(SigningProfileParameterT&& value) { m_signingProfileParameterHasBeenSet =
true; m_signingProfileParameter = std::forward<SigningProfileParameterT>(value); }
50 template<
typename SigningProfileParameterT = SigningProfileParameter>
60 template<
typename SigningProfileNameT = Aws::String>
61 void SetSigningProfileName(SigningProfileNameT&& value) { m_signingProfileNameHasBeenSet =
true; m_signingProfileName = std::forward<SigningProfileNameT>(value); }
62 template<
typename SigningProfileNameT = Aws::String>
72 template<
typename DestinationT = Destination>
73 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
74 template<
typename DestinationT = Destination>
80 bool m_signingProfileParameterHasBeenSet =
false;
83 bool m_signingProfileNameHasBeenSet =
false;
86 bool m_destinationHasBeenSet =
false;
AWS_IOT_API StartSigningJobParameter()=default
const SigningProfileParameter & GetSigningProfileParameter() const
void SetDestination(DestinationT &&value)
StartSigningJobParameter & WithDestination(DestinationT &&value)
const Destination & GetDestination() const
const Aws::String & GetSigningProfileName() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DestinationHasBeenSet() const
StartSigningJobParameter & WithSigningProfileName(SigningProfileNameT &&value)
StartSigningJobParameter & WithSigningProfileParameter(SigningProfileParameterT &&value)
AWS_IOT_API StartSigningJobParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API StartSigningJobParameter(Aws::Utils::Json::JsonView jsonValue)
bool SigningProfileParameterHasBeenSet() const
void SetSigningProfileName(SigningProfileNameT &&value)
void SetSigningProfileParameter(SigningProfileParameterT &&value)
bool SigningProfileNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue