7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ArtifactLocationType.h>
9#include <aws/codepipeline/model/S3ArtifactLocation.h>
58 template<
typename S3LocationT = S3ArtifactLocation>
59 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
60 template<
typename S3LocationT = S3ArtifactLocation>
66 bool m_typeHasBeenSet =
false;
68 S3ArtifactLocation m_s3Location;
69 bool m_s3LocationHasBeenSet =
false;
ArtifactLocation & WithType(ArtifactLocationType value)
const S3ArtifactLocation & GetS3Location() const
bool TypeHasBeenSet() const
ArtifactLocation & WithS3Location(S3LocationT &&value)
bool S3LocationHasBeenSet() const
AWS_CODEPIPELINE_API ArtifactLocation(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(S3LocationT &&value)
ArtifactLocationType GetType() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(ArtifactLocationType value)
AWS_CODEPIPELINE_API ArtifactLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API ArtifactLocation()=default
Aws::Utils::Json::JsonValue JsonValue