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;
        }