Amazon.ECS.Model.MerchantItemAttributes.WithRegionCode C# (CSharp) 메소드

WithRegionCode() 공개 메소드

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