Amazon.ECS.Model.Offer.WithOfferAttributes C# (CSharp) Метод

WithOfferAttributes() публичный Метод

Sets the OfferAttributes property
public WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer
offerAttributes OfferAttributes OfferAttributes property
Результат Offer
        public Offer WithOfferAttributes(OfferAttributes offerAttributes)
        {
            this.offerAttributesField = offerAttributes;
            return this;
        }