/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the conditions under which data should be updated. If an update
* condition is specified for a request, the data will only be updated if the
* condition is satisfied. For example, if an attribute with a specific name and
* value exists, or if a specific attribute doesn't exist. See
* Also:
AWS
* API Reference
The name of the attribute involved in the condition.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the attribute involved in the condition.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the attribute involved in the condition.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the attribute involved in the condition.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the attribute involved in the condition.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the attribute involved in the condition.
*/ inline UpdateCondition& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the attribute involved in the condition.
*/ inline UpdateCondition& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the attribute involved in the condition.
*/ inline UpdateCondition& WithName(const char* value) { SetName(value); return *this;} /** *The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
The value of an attribute. This value can only be specified when the
* Exists
parameter is equal to true
.
A value specifying whether or not the specified attribute must exist with the
* specified value in order for the update condition to be satisfied. Specify
* true
if the attribute must exist for the update condition to be
* satisfied. Specify false
if the attribute should not exist in order
* for the update condition to be satisfied.
A value specifying whether or not the specified attribute must exist with the
* specified value in order for the update condition to be satisfied. Specify
* true
if the attribute must exist for the update condition to be
* satisfied. Specify false
if the attribute should not exist in order
* for the update condition to be satisfied.
A value specifying whether or not the specified attribute must exist with the
* specified value in order for the update condition to be satisfied. Specify
* true
if the attribute must exist for the update condition to be
* satisfied. Specify false
if the attribute should not exist in order
* for the update condition to be satisfied.
A value specifying whether or not the specified attribute must exist with the
* specified value in order for the update condition to be satisfied. Specify
* true
if the attribute must exist for the update condition to be
* satisfied. Specify false
if the attribute should not exist in order
* for the update condition to be satisfied.