Amazon.ECS.Model.ItemAttributes.WithExternalDisplaySupportDescription C# (CSharp) 메소드

WithExternalDisplaySupportDescription() 공개 메소드

Sets the ExternalDisplaySupportDescription property
public WithExternalDisplaySupportDescription ( String externalDisplaySupportDescription ) : ItemAttributes
externalDisplaySupportDescription String ExternalDisplaySupportDescription property
리턴 ItemAttributes
        public ItemAttributes WithExternalDisplaySupportDescription(String externalDisplaySupportDescription)
        {
            this.externalDisplaySupportDescriptionField = externalDisplaySupportDescription;
            return this;
        }
ItemAttributes