Amazon.ECS.Model.ItemAttributes.WithIsFragile C# (CSharp) Méthode

WithIsFragile() public méthode

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