Amazon.ECS.Model.ItemAttributes.WithHasVideoOut C# (CSharp) 메소드

WithHasVideoOut() 공개 메소드

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