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

WithIsFragile() 공개 메소드

Sets the IsFragile property
public WithIsFragile ( Boolean isFragile ) : ItemAttributes
isFragile Boolean IsFragile property
리턴 ItemAttributes
        public ItemAttributes WithIsFragile(Boolean isFragile)
        {
            this.isFragileField = isFragile;
            return this;
        }
ItemAttributes