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

WithIsFragile() public method

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