7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
46 template <
typename LocationArnT = Aws::String>
48 m_locationArnHasBeenSet =
true;
49 m_locationArn = std::forward<LocationArnT>(value);
51 template <
typename LocationArnT = Aws::String>
76 template <
typename LocationUriT = Aws::String>
78 m_locationUriHasBeenSet =
true;
79 m_locationUri = std::forward<LocationUriT>(value);
81 template <
typename LocationUriT = Aws::String>
91 bool m_locationArnHasBeenSet =
false;
92 bool m_locationUriHasBeenSet =
false;
const Aws::String & GetLocationUri() const
AWS_DATASYNC_API LocationListEntry(Aws::Utils::Json::JsonView jsonValue)
void SetLocationUri(LocationUriT &&value)
bool LocationArnHasBeenSet() const
AWS_DATASYNC_API LocationListEntry()=default
const Aws::String & GetLocationArn() const
void SetLocationArn(LocationArnT &&value)
bool LocationUriHasBeenSet() const
LocationListEntry & WithLocationUri(LocationUriT &&value)
AWS_DATASYNC_API LocationListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
LocationListEntry & WithLocationArn(LocationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue