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

WithMediaType() 공개 메소드

Sets the MediaType property
public WithMediaType ( String mediaType ) : ItemAttributes
mediaType String MediaType property
리턴 ItemAttributes
        public ItemAttributes WithMediaType(String mediaType)
        {
            this.mediaTypeField = mediaType;
            return this;
        }
ItemAttributes