Amazon.ECS.Model.VendorRebate.WithType C# (CSharp) Метод

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

Sets the Type property
public WithType ( String type ) : VendorRebate
type String Type property
Результат VendorRebate
        public VendorRebate WithType(String type)
        {
            this.typeField = type;
            return this;
        }