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

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

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