Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateApplicationVersionResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : CreateApplicationVersionResponseUnmarshaller
리턴 CreateApplicationVersionResponseUnmarshaller
        public static CreateApplicationVersionResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateApplicationVersionResponseUnmarshaller();
            }
            return instance;
        }