Amazon.ECS.Model.VendorRebate.WithType C# (CSharp) Method

WithType() public method

Sets the Type property
public WithType ( String type ) : VendorRebate
type String Type property
return VendorRebate
        public VendorRebate WithType(String type)
        {
            this.typeField = type;
            return this;
        }