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

GetInstance() public static method

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