7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/oam/OAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
52 template<
typename NextTokenT = Aws::String>
53 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
54 template<
typename NextTokenT = Aws::String>
64 template<
typename SinkIdentifierT = Aws::String>
65 void SetSinkIdentifier(SinkIdentifierT&& value) { m_sinkIdentifierHasBeenSet =
true; m_sinkIdentifier = std::forward<SinkIdentifierT>(value); }
66 template<
typename SinkIdentifierT = Aws::String>
72 bool m_maxResultsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_sinkIdentifierHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_OAM_API ListAttachedLinksRequest()=default
ListAttachedLinksRequest & WithSinkIdentifier(SinkIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
ListAttachedLinksRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
ListAttachedLinksRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
const Aws::String & GetSinkIdentifier() const
bool SinkIdentifierHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_OAM_API Aws::String SerializePayload() const override
void SetSinkIdentifier(SinkIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String