Amazon.ECS.Model.MerchantItemAttributes.WithRegionCode C# (CSharp) Method

WithRegionCode() public method

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