Amazon.ECS.Model.ItemAttributes.WithNeighborhood C# (CSharp) Method

WithNeighborhood() public method

Sets the Neighborhood property
public WithNeighborhood ( String neighborhood ) : ItemAttributes
neighborhood String Neighborhood property
return ItemAttributes
        public ItemAttributes WithNeighborhood(String neighborhood)
        {
            this.neighborhoodField = neighborhood;
            return this;
        }
ItemAttributes