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

WithCustomerId() public méthode

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