Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RetrieveEnvironmentInfoResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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