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