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