Amazon.ECS.Model.VendorRebate.WithType C# (CSharp) Méthode

WithType() public méthode

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