Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmConnectionResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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