Amazon.ECS.Model.MerchantItemAttributes.WithHasRedEyeReduction C# (CSharp) Méthode

WithHasRedEyeReduction() public méthode

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