Amazon.ECS.Model.ItemSearchRequest.WithCity C# (CSharp) 메소드

WithCity() 공개 메소드

Sets the City property
public WithCity ( String city ) : ItemSearchRequest
city String City property
리턴 ItemSearchRequest
        public ItemSearchRequest WithCity(String city)
        {
            this.cityField = city;
            return this;
        }