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

GetInstance() 공개 정적인 메소드

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