Amazon.SecurityToken.Model.Internal.MarshallTransformations.AssumeRoleWithSAMLResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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