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