Amazon.ECS.Model.ItemAttributes.WithHasViewfinder C# (CSharp) Method

WithHasViewfinder() public method

Sets the HasViewfinder property
public WithHasViewfinder ( Boolean hasViewfinder ) : ItemAttributes
hasViewfinder Boolean HasViewfinder property
return ItemAttributes
        public ItemAttributes WithHasViewfinder(Boolean hasViewfinder)
        {
            this.hasViewfinderField = hasViewfinder;
            return this;
        }
ItemAttributes