Amazon.ECS.Model.Reviewer.WithCustomerId C# (CSharp) Метод

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

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Reviewer
customerId String CustomerId property
Результат Reviewer
        public Reviewer WithCustomerId(String customerId)
        {
            this.customerIdField = customerId;
            return this;
        }