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

WithIsFragile() public méthode

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