Amazon.ECS.Model.MerchantItemAttributes.WithCaseType C# (CSharp) 메소드

WithCaseType() 공개 메소드

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