Amazon.ECS.Model.MerchantItemAttributes.WithHasRedEyeReduction C# (CSharp) Method

WithHasRedEyeReduction() public method

Sets the HasRedEyeReduction property
public WithHasRedEyeReduction ( Boolean hasRedEyeReduction ) : MerchantItemAttributes
hasRedEyeReduction Boolean HasRedEyeReduction property
return MerchantItemAttributes
        public MerchantItemAttributes WithHasRedEyeReduction(Boolean hasRedEyeReduction)
        {
            this.hasRedEyeReductionField = hasRedEyeReduction;
            return this;
        }
MerchantItemAttributes