7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/model/ReplicationJob.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sms/model/ReplicationRun.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ReplicationJobT = ReplicationJob>
44 void SetReplicationJob(ReplicationJobT&& value) { m_replicationJobHasBeenSet =
true; m_replicationJob = std::forward<ReplicationJobT>(value); }
45 template<
typename ReplicationJobT = ReplicationJob>
54 template<
typename ReplicationRunListT = Aws::Vector<ReplicationRun>>
55 void SetReplicationRunList(ReplicationRunListT&& value) { m_replicationRunListHasBeenSet =
true; m_replicationRunList = std::forward<ReplicationRunListT>(value); }
56 template<
typename ReplicationRunListT = Aws::Vector<ReplicationRun>>
58 template<
typename ReplicationRunListT = ReplicationRun>
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_replicationJobHasBeenSet =
false;
88 bool m_replicationRunListHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ReplicationRun > & GetReplicationRunList() const
GetReplicationRunsResult & WithReplicationRunList(ReplicationRunListT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
AWS_SMS_API GetReplicationRunsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReplicationRunList(ReplicationRunListT &&value)
GetReplicationRunsResult & WithReplicationJob(ReplicationJobT &&value)
const ReplicationJob & GetReplicationJob() const
GetReplicationRunsResult & WithNextToken(NextTokenT &&value)
GetReplicationRunsResult & AddReplicationRunList(ReplicationRunListT &&value)
AWS_SMS_API GetReplicationRunsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SMS_API GetReplicationRunsResult()=default
void SetNextToken(NextTokenT &&value)
void SetReplicationJob(ReplicationJobT &&value)
const Aws::String & GetRequestId() const
GetReplicationRunsResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue