Amazon.ECS.Model.MerchantItemAttributes.WithNeighborhood C# (CSharp) Méthode

WithNeighborhood() public méthode

Sets the Neighborhood property
public WithNeighborhood ( String neighborhood ) : MerchantItemAttributes
neighborhood String Neighborhood property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithNeighborhood(String neighborhood)
        {
            this.neighborhoodField = neighborhood;
            return this;
        }
MerchantItemAttributes