Amazon.ECS.Model.ItemAttributes.WithSettingType C# (CSharp) Méthode

WithSettingType() public méthode

Sets the SettingType property
public WithSettingType ( String settingType ) : ItemAttributes
settingType String SettingType property
Résultat ItemAttributes
        public ItemAttributes WithSettingType(String settingType)
        {
            this.settingTypeField = settingType;
            return this;
        }
ItemAttributes