Amazon.ECS.Model.TagLookupRequest.WithCustomerId C# (CSharp) Méthode

WithCustomerId() public méthode

Sets the CustomerId property
public WithCustomerId ( String customerId ) : TagLookupRequest
customerId String CustomerId property
Résultat TagLookupRequest
        public TagLookupRequest WithCustomerId(String customerId)
        {
            this.customerIdField = customerId;
            return this;
        }