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

WithCaseType() public method

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