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

WithClaspType() public méthode

Sets the ClaspType property
public WithClaspType ( String claspType ) : MerchantItemAttributes
claspType String ClaspType property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithClaspType(String claspType)
        {
            this.claspTypeField = claspType;
            return this;
        }
MerchantItemAttributes