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

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

Sets the ClaspType property
public WithClaspType ( String claspType ) : ItemAttributes
claspType String ClaspType property
Результат ItemAttributes
        public ItemAttributes WithClaspType(String claspType)
        {
            this.claspTypeField = claspType;
            return this;
        }
ItemAttributes