Amazon.ECS.Model.ListLookupRequest.WithDeliveryMethod C# (CSharp) Méthode

WithDeliveryMethod() public méthode

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ListLookupRequest
deliveryMethod DeliveryMethod DeliveryMethod property
Résultat ListLookupRequest
        public ListLookupRequest WithDeliveryMethod(DeliveryMethod deliveryMethod)
        {
            this.deliveryMethodField = deliveryMethod;
            return this;
        }