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

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

Sets the CaseType property
public WithCaseType ( String caseType ) : ItemAttributes
caseType String CaseType property
Результат ItemAttributes
        public ItemAttributes WithCaseType(String caseType)
        {
            this.caseTypeField = caseType;
            return this;
        }
ItemAttributes