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

WithHasVideoOut() public method

Sets the HasVideoOut property
public WithHasVideoOut ( Boolean hasVideoOut ) : ItemAttributes
hasVideoOut Boolean HasVideoOut property
return ItemAttributes
        public ItemAttributes WithHasVideoOut(Boolean hasVideoOut)
        {
            this.hasVideoOutField = hasVideoOut;
            return this;
        }
ItemAttributes