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

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

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