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

WithRegionCode() public méthode

Sets the RegionCode property
public WithRegionCode ( String regionCode ) : MerchantItemAttributes
regionCode String RegionCode property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithRegionCode(String regionCode)
        {
            this.regionCodeField = regionCode;
            return this;
        }
MerchantItemAttributes