Amazon.ECS.Model.Offer.WithOfferAttributes C# (CSharp) Method

WithOfferAttributes() public method

Sets the OfferAttributes property
public WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer
offerAttributes OfferAttributes OfferAttributes property
return Offer
        public Offer WithOfferAttributes(OfferAttributes offerAttributes)
        {
            this.offerAttributesField = offerAttributes;
            return this;
        }