Amazon.ECS.Model.ItemAttributes.WithCaseType C# (CSharp) Method

WithCaseType() public method

Sets the CaseType property
public WithCaseType ( String caseType ) : ItemAttributes
caseType String CaseType property
return ItemAttributes
        public ItemAttributes WithCaseType(String caseType)
        {
            this.caseTypeField = caseType;
            return this;
        }
ItemAttributes