7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
37 template <
typename JobIDT = Aws::String>
39 m_jobIDHasBeenSet =
true;
40 m_jobID = std::forward<JobIDT>(value);
42 template <
typename JobIDT = Aws::String>
44 SetJobID(std::forward<JobIDT>(value));
56 m_maxResultsHasBeenSet =
true;
71 template <
typename NextTokenT = Aws::String>
73 m_nextTokenHasBeenSet =
true;
74 m_nextToken = std::forward<NextTokenT>(value);
76 template <
typename NextTokenT = Aws::String>
89 template <
typename AccountIDT = Aws::String>
91 m_accountIDHasBeenSet =
true;
92 m_accountID = std::forward<AccountIDT>(value);
94 template <
typename AccountIDT = Aws::String>
108 bool m_jobIDHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
111 bool m_accountIDHasBeenSet =
false;
bool AccountIDHasBeenSet() const
bool JobIDHasBeenSet() const
DescribeJobLogItemsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_MGN_API DescribeJobLogItemsRequest()=default
virtual const char * GetServiceRequestName() const override
DescribeJobLogItemsRequest & WithJobID(JobIDT &&value)
bool NextTokenHasBeenSet() const
void SetAccountID(AccountIDT &&value)
const Aws::String & GetAccountID() const
void SetMaxResults(int value)
AWS_MGN_API Aws::String SerializePayload() const override
DescribeJobLogItemsRequest & WithAccountID(AccountIDT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetJobID() const
void SetNextToken(NextTokenT &&value)
void SetJobID(JobIDT &&value)
DescribeJobLogItemsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String