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