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

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

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