Amazon.ECS.Model.ItemAttributes.WithNeighborhood C# (CSharp) Метод

WithNeighborhood() публичный Метод

Sets the Neighborhood property
public WithNeighborhood ( String neighborhood ) : ItemAttributes
neighborhood String Neighborhood property
Результат ItemAttributes
        public ItemAttributes WithNeighborhood(String neighborhood)
        {
            this.neighborhoodField = neighborhood;
            return this;
        }
ItemAttributes