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

WithGraphicsCardInterface() public méthode

Sets the GraphicsCardInterface property
public WithGraphicsCardInterface ( String graphicsCardInterface ) : MerchantItemAttributes
graphicsCardInterface String GraphicsCardInterface property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithGraphicsCardInterface(String graphicsCardInterface)
        {
            this.graphicsCardInterfaceField = graphicsCardInterface;
            return this;
        }
MerchantItemAttributes