Amazon.ECS.Model.ItemAttributes.WithNetworkInterfaceDescription C# (CSharp) Метод

WithNetworkInterfaceDescription() публичный Метод

Sets the NetworkInterfaceDescription property
public WithNetworkInterfaceDescription ( String networkInterfaceDescription ) : ItemAttributes
networkInterfaceDescription String NetworkInterfaceDescription property
Результат ItemAttributes
        public ItemAttributes WithNetworkInterfaceDescription(String networkInterfaceDescription)
        {
            this.networkInterfaceDescriptionField = networkInterfaceDescription;
            return this;
        }
ItemAttributes