Amazon.SimpleEmail.Model.Internal.MarshallTransformations.VerifyDomainDkimResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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