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

WithNetworkInterfaceDescription() public method

Sets the NetworkInterfaceDescription property
public WithNetworkInterfaceDescription ( String networkInterfaceDescription ) : MerchantItemAttributes
networkInterfaceDescription String NetworkInterfaceDescription property
return MerchantItemAttributes
        public MerchantItemAttributes WithNetworkInterfaceDescription(String networkInterfaceDescription)
        {
            this.networkInterfaceDescriptionField = networkInterfaceDescription;
            return this;
        }
MerchantItemAttributes