7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/InstancePatchState.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
58 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetNextToken(const char *value)
DescribeInstancePatchStatesResult & WithInstancePatchStates(Aws::Vector< InstancePatchState > &&value)
const Aws::Vector< InstancePatchState > & GetInstancePatchStates() const
void SetNextToken(Aws::String &&value)
AWS_SSM_API DescribeInstancePatchStatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInstancePatchStatesResult & WithNextToken(const Aws::String &value)
DescribeInstancePatchStatesResult & AddInstancePatchStates(InstancePatchState &&value)
void SetInstancePatchStates(Aws::Vector< InstancePatchState > &&value)
DescribeInstancePatchStatesResult & WithInstancePatchStates(const Aws::Vector< InstancePatchState > &value)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
AWS_SSM_API DescribeInstancePatchStatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInstancePatchStatesResult & WithNextToken(const char *value)
DescribeInstancePatchStatesResult & WithRequestId(Aws::String &&value)
DescribeInstancePatchStatesResult & WithNextToken(Aws::String &&value)
AWS_SSM_API DescribeInstancePatchStatesResult()
const Aws::String & GetNextToken() const
void SetRequestId(Aws::String &&value)
void SetInstancePatchStates(const Aws::Vector< InstancePatchState > &value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
DescribeInstancePatchStatesResult & WithRequestId(const char *value)
DescribeInstancePatchStatesResult & WithRequestId(const Aws::String &value)
DescribeInstancePatchStatesResult & AddInstancePatchStates(const InstancePatchState &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