Amazon.ECS.Model.MerchantItemAttributes.WithHasViewfinder C# (CSharp) Метод

WithHasViewfinder() публичный Метод

Sets the HasViewfinder property
public WithHasViewfinder ( Boolean hasViewfinder ) : MerchantItemAttributes
hasViewfinder Boolean HasViewfinder property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithHasViewfinder(Boolean hasViewfinder)
        {
            this.hasViewfinderField = hasViewfinder;
            return this;
        }
MerchantItemAttributes