7#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
8#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
9#include <aws/codestar-connections/model/SyncConfigurationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeStarconnections {
41 template <
typename ResourceNameT = Aws::String>
43 m_resourceNameHasBeenSet =
true;
44 m_resourceName = std::forward<ResourceNameT>(value);
46 template <
typename ResourceNameT = Aws::String>
60 m_syncTypeHasBeenSet =
true;
72 bool m_resourceNameHasBeenSet =
false;
73 bool m_syncTypeHasBeenSet =
false;
bool SyncTypeHasBeenSet() const
void SetResourceName(ResourceNameT &&value)
GetResourceSyncStatusRequest & WithSyncType(SyncConfigurationType value)
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetResourceSyncStatusRequest & WithResourceName(ResourceNameT &&value)
void SetSyncType(SyncConfigurationType value)
AWS_CODESTARCONNECTIONS_API GetResourceSyncStatusRequest()=default
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceNameHasBeenSet() const
SyncConfigurationType GetSyncType() const
const Aws::String & GetResourceName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String