Amazon.ECS.Model.ItemAttributes.WithNetworkInterfaceDescription C# (CSharp) Méthode

WithNetworkInterfaceDescription() public méthode

Sets the NetworkInterfaceDescription property
public WithNetworkInterfaceDescription ( String networkInterfaceDescription ) : ItemAttributes
networkInterfaceDescription String NetworkInterfaceDescription property
Résultat ItemAttributes
        public ItemAttributes WithNetworkInterfaceDescription(String networkInterfaceDescription)
        {
            this.networkInterfaceDescriptionField = networkInterfaceDescription;
            return this;
        }
ItemAttributes