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

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

Sets the CaseMaterialType property
public WithCaseMaterialType ( String caseMaterialType ) : ItemAttributes
caseMaterialType String CaseMaterialType property
Результат ItemAttributes
        public ItemAttributes WithCaseMaterialType(String caseMaterialType)
        {
            this.caseMaterialTypeField = caseMaterialType;
            return this;
        }
ItemAttributes