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