7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/emr-containers/EMRContainersRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
19namespace EMRContainers
48 template<
typename CreatedAfterT = Aws::Utils::DateTime>
49 void SetCreatedAfter(CreatedAfterT&& value) { m_createdAfterHasBeenSet =
true; m_createdAfter = std::forward<CreatedAfterT>(value); }
50 template<
typename CreatedAfterT = Aws::Utils::DateTime>
60 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
61 void SetCreatedBefore(CreatedBeforeT&& value) { m_createdBeforeHasBeenSet =
true; m_createdBefore = std::forward<CreatedBeforeT>(value); }
62 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
90 bool m_createdAfterHasBeenSet =
false;
93 bool m_createdBeforeHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
void SetMaxResults(int value)
const Aws::Utils::DateTime & GetCreatedAfter() const
ListSecurityConfigurationsRequest & WithMaxResults(int value)
AWS_EMRCONTAINERS_API Aws::String SerializePayload() const override
void SetCreatedAfter(CreatedAfterT &&value)
const Aws::String & GetNextToken() const
bool CreatedAfterHasBeenSet() const
ListSecurityConfigurationsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
ListSecurityConfigurationsRequest & WithCreatedBefore(CreatedBeforeT &&value)
ListSecurityConfigurationsRequest & WithCreatedAfter(CreatedAfterT &&value)
AWS_EMRCONTAINERS_API ListSecurityConfigurationsRequest()=default
AWS_EMRCONTAINERS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::Utils::DateTime & GetCreatedBefore() const
bool CreatedBeforeHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetCreatedBefore(CreatedBeforeT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String