Amazon.AWSSupport.Model.Internal.MarshallTransformations.RefreshTrustedAdvisorCheckResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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