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

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

Sets the SettingType property
public WithSettingType ( String settingType ) : ItemAttributes
settingType String SettingType property
Результат ItemAttributes
        public ItemAttributes WithSettingType(String settingType)
        {
            this.settingTypeField = settingType;
            return this;
        }
ItemAttributes