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

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

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