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

WithStyle() 공개 메소드

Sets the Style property
public WithStyle ( String style ) : ItemAttributes
style String Style property
리턴 ItemAttributes
        public ItemAttributes WithStyle(String style)
        {
            this.styleField = style;
            return this;
        }
ItemAttributes