Amazon.ECS.Model.ItemAttributes.WithRegionCode C# (CSharp) Метод

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

Sets the RegionCode property
public WithRegionCode ( String regionCode ) : ItemAttributes
regionCode String RegionCode property
Результат ItemAttributes
        public ItemAttributes WithRegionCode(String regionCode)
        {
            this.regionCodeField = regionCode;
            return this;
        }
ItemAttributes