Amazon.ECS.Model.MerchantItemAttributes.WithCaseType C# (CSharp) Méthode

WithCaseType() public méthode

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