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

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

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