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