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
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
84 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
92 bool m_createdAfterHasBeenSet =
false;
95 bool m_createdBeforeHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
101 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(Aws::Utils::DateTime &&value)
const Aws::String & GetNextToken() const
ListSecurityConfigurationsRequest & WithNextToken(const char *value)
bool CreatedAfterHasBeenSet() const
void SetCreatedBefore(const Aws::Utils::DateTime &value)
ListSecurityConfigurationsRequest & WithCreatedAfter(const Aws::Utils::DateTime &value)
virtual const char * GetServiceRequestName() const override
ListSecurityConfigurationsRequest & WithNextToken(const Aws::String &value)
void SetCreatedAfter(const Aws::Utils::DateTime &value)
ListSecurityConfigurationsRequest & WithCreatedBefore(const Aws::Utils::DateTime &value)
AWS_EMRCONTAINERS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListSecurityConfigurationsRequest & WithNextToken(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedBefore() const
bool CreatedBeforeHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListSecurityConfigurationsRequest & WithCreatedBefore(Aws::Utils::DateTime &&value)
void SetNextToken(const Aws::String &value)
void SetCreatedBefore(Aws::Utils::DateTime &&value)
ListSecurityConfigurationsRequest & WithCreatedAfter(Aws::Utils::DateTime &&value)
AWS_EMRCONTAINERS_API ListSecurityConfigurationsRequest()
void SetNextToken(const char *value)
void SetNextToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String