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

GetInstance() 공개 정적인 메소드

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