7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/model/S3Location.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename S3LocationT = S3Location>
42 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
43 template<
typename S3LocationT = S3Location>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_s3LocationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_SMS_API GenerateChangeSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateChangeSetResult & WithRequestId(RequestIdT &&value)
AWS_SMS_API GenerateChangeSetResult()=default
const Aws::String & GetRequestId() const
void SetS3Location(S3LocationT &&value)
const S3Location & GetS3Location() const
GenerateChangeSetResult & WithS3Location(S3LocationT &&value)
AWS_SMS_API GenerateChangeSetResult(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