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